Html Css Color HEX #88777D Venus

📋 copy color: '#88777D'

red 136 ◦ green 119 ◦ blue 125

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

Shades of Venus #88777D

Tints of Venus #88777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 35.79%
G = 31.32%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88777D (or 0x88777D) is known color: Venus. HEX triplet: 88, 77 and 7D. RGB value is (136,119,125). Sum of RGB (Red+Green+Blue) = 136+119+125=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #88777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88777D is #778882. Grayscale: #7C7C7C. Windows color (decimal): -7833731 or 8222600. OLE color: 8222600.

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

Color convert

RGB 136 119 125 -
CMYK 0 0.12 0.08 0.47
HSL 338.82º 0.07% 0.5% -
HSV(B) 338.82º 0.13% 0.53% -
XYZ 20.45 19.91 22.17 -
YUV 124.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 136 119 125 0 0.12 0.08 0.47 338.82 0.07 0.5
Hex 88 77 7D 0 C 8 2F 153 7 32
Octal 210 167 175 0 14 10 57 523 7 62
Binary 10001000 1110111 1111101 0 1100 1000 101111 101010011 111 110010

Color Harmonies of #88777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88777D

Black with #88777D

Text Example


Text Example

White with #88777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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