Html Css Color HEX #76696B Empress

📋 copy color: '#76696B'

red 118 ◦ green 105 ◦ blue 107

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

Shades of Empress #76696B

Tints of Empress #76696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 35.76%
G = 31.82%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76696B (or 0x76696B) is known color: Empress. HEX triplet: 76, 69 and 6B. RGB value is (118,105,107). Sum of RGB (Red+Green+Blue) = 118+105+107=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #76696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76696B is #899694. Grayscale: #6D6D6D. Windows color (decimal): -9016981 or 7039350. OLE color: 7039350.

HSL color Cylindrical-coordinate representation of color #76696B: hue angle of 350.77º 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 #76696B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 107 -
CMYK 0 0.11 0.09 0.54
HSL 350.77º 0.06% 0.44% -
HSV(B) 350.77º 0.11% 0.46% -
XYZ 15.18 15.02 16.01 -
YUV 109.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 118 105 107 0 0.11 0.09 0.54 350.77 0.06 0.44
Hex 76 69 6B 0 B 9 36 15F 6 2C
Octal 166 151 153 0 13 11 66 537 6 54
Binary 1110110 1101001 1101011 0 1011 1001 110110 101011111 110 101100

Color Harmonies of #76696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76696B

Black with #76696B

Text Example


Text Example

White with #76696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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