Html Css Color HEX #76647E Rum

📋 copy color: '#76647E'

red 118 ◦ green 100 ◦ blue 126

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

Shades of Rum #76647E

Tints of Rum #76647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 34.3%
G = 29.07%
B = 36.63%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76647E (or 0x76647E) is known color: Rum. HEX triplet: 76, 64 and 7E. RGB value is (118,100,126). Sum of RGB (Red+Green+Blue) = 118+100+126=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #76647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647E is #899B81. Grayscale: #6C6C6C. Windows color (decimal): -9018242 or 8283254. OLE color: 8283254.

HSL color Cylindrical-coordinate representation of color #76647E: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76647E is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 100 126 -
CMYK 0.06 0.21 0 0.51
HSL 281.54º 0.12% 0.44% -
HSV(B) 281.54º 0.21% 0.49% -
XYZ 15.79 14.47 21.7 -
YUV 108.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 118 100 126 0.06 0.21 0 0.51 281.54 0.12 0.44
Hex 76 64 7E 6 15 0 33 11A C 2C
Octal 166 144 176 6 25 0 63 432 14 54
Binary 1110110 1100100 1111110 110 10101 0 110011 100011010 1100 101100

Color Harmonies of #76647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76647E

Black with #76647E

Text Example


Text Example

White with #76647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76647E; }

 p { color: rgb(118,100,126); }

 H1.HeaderClassName
 {
   color: #76647E;
 }
 .AnyTagClassName
 {
   color: #76647E;
 }
</style>

background-color css

<style>
 a { background-color: #76647E; }

 a { background-color: rgb(118,100,126); }

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

border-color css

<style>
 span { border-color: #76647E; }

 span { border-color: rgb(118,100,126); }

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