Html Css Color HEX #88767A Empress

📋 copy color: '#88767A'

red 136 ◦ green 118 ◦ blue 122

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

Shades of Empress #88767A

Tints of Empress #88767A

RGB

 RED value IS 136 (53.52% from 255) = 36.17%

 GREEN value IS 118 (46.48% from 255) = 31.38%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 36.17%
G = 31.38%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88767A (or 0x88767A) is known color: Empress. HEX triplet: 88, 76 and 7A. RGB value is (136,118,122). Sum of RGB (Red+Green+Blue) = 136+118+122=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88767A is #778985. Grayscale: #7B7B7B. Windows color (decimal): -7833990 or 8025736. OLE color: 8025736.

HSL color Cylindrical-coordinate representation of color #88767A: hue angle of 346.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88767A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 118 122 -
CMYK 0 0.13 0.10 0.47
HSL 346.67º 0.07% 0.5% -
HSV(B) 346.67º 0.13% 0.53% -
XYZ 20.14 19.6 21.13 -
YUV 123.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 136 118 122 0 0.13 0.10 0.47 346.67 0.07 0.5
Hex 88 76 7A 0 D A 2F 15B 7 32
Octal 210 166 172 0 15 12 57 533 7 62
Binary 10001000 1110110 1111010 0 1101 1010 101111 101011011 111 110010

Color Harmonies of #88767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88767A

Black with #88767A

Text Example


Text Example

White with #88767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88767A; }

 p { color: rgb(136,118,122); }

 H1.HeaderClassName
 {
   color: #88767A;
 }
 .AnyTagClassName
 {
   color: #88767A;
 }
</style>

background-color css

<style>
 a { background-color: #88767A; }

 a { background-color: rgb(136,118,122); }

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

border-color css

<style>
 span { border-color: #88767A; }

 span { border-color: rgb(136,118,122); }

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