Html Css Color HEX #766A6B Empress

📋 copy color: '#766A6B'

red 118 ◦ green 106 ◦ blue 107

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

Shades of Empress #766A6B

Tints of Empress #766A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 35.65%
G = 32.02%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#766A6B (or 0x766A6B) is known color: Empress. HEX triplet: 76, 6A and 6B. RGB value is (118,106,107). Sum of RGB (Red+Green+Blue) = 118+106+107=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6B is #899594. Grayscale: #6D6D6D. Windows color (decimal): -9016725 or 7039606. OLE color: 7039606.

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

Color convert

RGB 118 106 107 -
CMYK 0 0.10 0.09 0.54
HSL 355º 0.05% 0.44% -
HSV(B) 355º 0.1% 0.46% -
XYZ 15.28 15.22 16.04 -
YUV 109.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 118 106 107 0 0.10 0.09 0.54 355 0.05 0.44
Hex 76 6A 6B 0 A 9 36 163 5 2C
Octal 166 152 153 0 12 11 66 543 5 54
Binary 1110110 1101010 1101011 0 1010 1001 110110 101100011 101 101100

Color Harmonies of #766A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A6B

Black with #766A6B

Text Example


Text Example

White with #766A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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