Html Css Color HEX #766B6D Empress

📋 copy color: '#766B6D'

red 118 ◦ green 107 ◦ blue 109

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

Shades of Empress #766B6D

Tints of Empress #766B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 35.33%
G = 32.04%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#766B6D (or 0x766B6D) is known color: Empress. HEX triplet: 76, 6B and 6D. RGB value is (118,107,109). Sum of RGB (Red+Green+Blue) = 118+107+109=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6D is #899492. Grayscale: #6E6E6E. Windows color (decimal): -9016467 or 7170934. OLE color: 7170934.

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

Color convert

RGB 118 107 109 -
CMYK 0 0.09 0.08 0.54
HSL 349.09º 0.05% 0.44% -
HSV(B) 349.09º 0.09% 0.46% -
XYZ 15.49 15.47 16.64 -
YUV 110.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 118 107 109 0 0.09 0.08 0.54 349.09 0.05 0.44
Hex 76 6B 6D 0 9 8 36 15D 5 2C
Octal 166 153 155 0 11 10 66 535 5 54
Binary 1110110 1101011 1101101 0 1001 1000 110110 101011101 101 101100

Color Harmonies of #766B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B6D

Black with #766B6D

Text Example


Text Example

White with #766B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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