Html Css Color HEX #88757A Venus

📋 copy color: '#88757A'

red 136 ◦ green 117 ◦ blue 122

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

Shades of Venus #88757A

Tints of Venus #88757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 36.27%
G = 31.2%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88757A (or 0x88757A) is known color: Venus. HEX triplet: 88, 75 and 7A. RGB value is (136,117,122). Sum of RGB (Red+Green+Blue) = 136+117+122=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88757A is #778A85. Grayscale: #7B7B7B. Windows color (decimal): -7834246 or 8025480. OLE color: 8025480.

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

Color convert

RGB 136 117 122 -
CMYK 0 0.14 0.10 0.47
HSL 344.21º 0.08% 0.5% -
HSV(B) 344.21º 0.14% 0.53% -
XYZ 20.03 19.36 21.09 -
YUV 123.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 136 117 122 0 0.14 0.10 0.47 344.21 0.08 0.5
Hex 88 75 7A 0 E A 2F 158 8 32
Octal 210 165 172 0 16 12 57 530 10 62
Binary 10001000 1110101 1111010 0 1110 1010 101111 101011000 1000 110010

Color Harmonies of #88757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88757A

Black with #88757A

Text Example


Text Example

White with #88757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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