Html Css Color HEX #88777C Venus

📋 copy color: '#88777C'

red 136 ◦ green 119 ◦ blue 124

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

Shades of Venus #88777C

Tints of Venus #88777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 35.88%
G = 31.4%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88777C (or 0x88777C) is known color: Venus. HEX triplet: 88, 77 and 7C. RGB value is (136,119,124). Sum of RGB (Red+Green+Blue) = 136+119+124=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88777C is #778883. Grayscale: #7C7C7C. Windows color (decimal): -7833732 or 8157064. OLE color: 8157064.

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

Color convert

RGB 136 119 124 -
CMYK 0 0.12 0.09 0.47
HSL 342.35º 0.07% 0.5% -
HSV(B) 342.35º 0.13% 0.53% -
XYZ 20.39 19.88 21.83 -
YUV 124.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 136 119 124 0 0.12 0.09 0.47 342.35 0.07 0.5
Hex 88 77 7C 0 C 9 2F 156 7 32
Octal 210 167 174 0 14 11 57 526 7 62
Binary 10001000 1110111 1111100 0 1100 1001 101111 101010110 111 110010

Color Harmonies of #88777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88777C

Black with #88777C

Text Example


Text Example

White with #88777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88777C; }

 p { color: rgb(136,119,124); }

 H1.HeaderClassName
 {
   color: #88777C;
 }
 .AnyTagClassName
 {
   color: #88777C;
 }
</style>

background-color css

<style>
 a { background-color: #88777C; }

 a { background-color: rgb(136,119,124); }

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

border-color css

<style>
 span { border-color: #88777C; }

 span { border-color: rgb(136,119,124); }

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