Html Css Color HEX #88777F Venus

📋 copy color: '#88777F'

red 136 ◦ green 119 ◦ blue 127

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

Shades of Venus #88777F

Tints of Venus #88777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 35.6%
G = 31.15%
B = 33.25%

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

#88777F (or 0x88777F) is known color: Venus. HEX triplet: 88, 77 and 7F. RGB value is (136,119,127). Sum of RGB (Red+Green+Blue) = 136+119+127=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #88777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88777F is #778880. Grayscale: #7C7C7C. Windows color (decimal): -7833729 or 8353672. OLE color: 8353672.

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

Color convert

RGB 136 119 127 -
CMYK 0 0.12 0.07 0.47
HSL 331.76º 0.07% 0.5% -
HSV(B) 331.76º 0.13% 0.53% -
XYZ 20.58 19.96 22.85 -
YUV 125 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 136 119 127 0 0.12 0.07 0.47 331.76 0.07 0.5
Hex 88 77 7F 0 C 7 2F 14C 7 32
Octal 210 167 177 0 14 7 57 514 7 62
Binary 10001000 1110111 1111111 0 1100 111 101111 101001100 111 110010

Color Harmonies of #88777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88777F

Black with #88777F

Text Example


Text Example

White with #88777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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