Html Css Color HEX #88777E Venus

📋 copy color: '#88777E'

red 136 ◦ green 119 ◦ blue 126

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

Shades of Venus #88777E

Tints of Venus #88777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 35.7%
G = 31.23%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88777E (or 0x88777E) is known color: Venus. HEX triplet: 88, 77 and 7E. RGB value is (136,119,126). Sum of RGB (Red+Green+Blue) = 136+119+126=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88777E is #778881. Grayscale: #7C7C7C. Windows color (decimal): -7833730 or 8288136. OLE color: 8288136.

HSL color Cylindrical-coordinate representation of color #88777E: hue angle of 335.29º 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 #88777E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 119 126 -
CMYK 0 0.12 0.07 0.47
HSL 335.29º 0.07% 0.5% -
HSV(B) 335.29º 0.13% 0.53% -
XYZ 20.52 19.93 22.51 -
YUV 124.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 136 119 126 0 0.12 0.07 0.47 335.29 0.07 0.5
Hex 88 77 7E 0 C 7 2F 14F 7 32
Octal 210 167 176 0 14 7 57 517 7 62
Binary 10001000 1110111 1111110 0 1100 111 101111 101001111 111 110010

Color Harmonies of #88777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88777E

Black with #88777E

Text Example


Text Example

White with #88777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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