Html Css Color HEX #76696C Empress

📋 copy color: '#76696C'

red 118 ◦ green 105 ◦ blue 108

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

Shades of Empress #76696C

Tints of Empress #76696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 35.65%
G = 31.72%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76696C (or 0x76696C) is known color: Empress. HEX triplet: 76, 69 and 6C. RGB value is (118,105,108). Sum of RGB (Red+Green+Blue) = 118+105+108=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #76696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76696C is #899693. Grayscale: #6D6D6D. Windows color (decimal): -9016980 or 7104886. OLE color: 7104886.

HSL color Cylindrical-coordinate representation of color #76696C: hue angle of 346.15º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76696C is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 108 -
CMYK 0 0.11 0.08 0.54
HSL 346.15º 0.06% 0.44% -
HSV(B) 346.15º 0.11% 0.46% -
XYZ 15.23 15.04 16.29 -
YUV 109.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 118 105 108 0 0.11 0.08 0.54 346.15 0.06 0.44
Hex 76 69 6C 0 B 8 36 15A 6 2C
Octal 166 151 154 0 13 10 66 532 6 54
Binary 1110110 1101001 1101100 0 1011 1000 110110 101011010 110 101100

Color Harmonies of #76696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76696C

Black with #76696C

Text Example


Text Example

White with #76696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,105,108); }

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

background-color css

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

 a { background-color: rgb(118,105,108); }

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

border-color css

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

 span { border-color: rgb(118,105,108); }

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