Html Css Color HEX #766B6E Empress

📋 copy color: '#766B6E'

red 118 ◦ green 107 ◦ blue 110

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

Shades of Empress #766B6E

Tints of Empress #766B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 35.22%
G = 31.94%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#766B6E (or 0x766B6E) is known color: Empress. HEX triplet: 76, 6B and 6E. RGB value is (118,107,110). Sum of RGB (Red+Green+Blue) = 118+107+110=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6E is #899491. Grayscale: #6E6E6E. Windows color (decimal): -9016466 or 7236470. OLE color: 7236470.

HSL color Cylindrical-coordinate representation of color #766B6E: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766B6E is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 110 -
CMYK 0 0.09 0.07 0.54
HSL 343.64º 0.05% 0.44% -
HSV(B) 343.64º 0.09% 0.46% -
XYZ 15.54 15.49 16.92 -
YUV 110.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 118 107 110 0 0.09 0.07 0.54 343.64 0.05 0.44
Hex 76 6B 6E 0 9 7 36 158 5 2C
Octal 166 153 156 0 11 7 66 530 5 54
Binary 1110110 1101011 1101110 0 1001 111 110110 101011000 101 101100

Color Harmonies of #766B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B6E

Black with #766B6E

Text Example


Text Example

White with #766B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B6E; }

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

 H1.HeaderClassName
 {
   color: #766B6E;
 }
 .AnyTagClassName
 {
   color: #766B6E;
 }
</style>

background-color css

<style>
 a { background-color: #766B6E; }

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

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

border-color css

<style>
 span { border-color: #766B6E; }

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

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