Html Css Color HEX #76667C Rum

📋 copy color: '#76667C'

red 118 ◦ green 102 ◦ blue 124

#76667C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #76667C

Tints of Rum #76667C

RGB

 RED value IS 118 (46.48% from 255) = 34.3%

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 34.3%
G = 29.65%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76667C (or 0x76667C) is known color: Rum. HEX triplet: 76, 66 and 7C. RGB value is (118,102,124). Sum of RGB (Red+Green+Blue) = 118+102+124=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #76667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76667C is #899983. Grayscale: #6D6D6D. Windows color (decimal): -9017732 or 8152694. OLE color: 8152694.

HSL color Cylindrical-coordinate representation of color #76667C: hue angle of 283.64º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76667C is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 102 124 -
CMYK 0.05 0.18 0 0.51
HSL 283.64º 0.1% 0.44% -
HSV(B) 283.64º 0.18% 0.49% -
XYZ 15.86 14.81 21.09 -
YUV 109.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 118 102 124 0.05 0.18 0 0.51 283.64 0.1 0.44
Hex 76 66 7C 5 12 0 33 11C A 2C
Octal 166 146 174 5 22 0 63 434 12 54
Binary 1110110 1100110 1111100 101 10010 0 110011 100011100 1010 101100

Color Harmonies of #76667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76667C

Black with #76667C

Text Example


Text Example

White with #76667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76667C; }

 p { color: rgb(118,102,124); }

 H1.HeaderClassName
 {
   color: #76667C;
 }
 .AnyTagClassName
 {
   color: #76667C;
 }
</style>

background-color css

<style>
 a { background-color: #76667C; }

 a { background-color: rgb(118,102,124); }

 div.DivClassName
 {
   background-color: #76667C;
 }
 .BgClassName
 {
   background-color: #76667C;
 }
</style>

border-color css

<style>
 span { border-color: #76667C; }

 span { border-color: rgb(118,102,124); }

 td.TdClassName
 {
   border-color: #76667C;
 }
 .TagClassName
 {
   border-color: #76667C;
 }
</style>