Html Css Color HEX #88757E Venus

📋 copy color: '#88757E'

red 136 ◦ green 117 ◦ blue 126

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

Shades of Venus #88757E

Tints of Venus #88757E

RGB

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

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

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

R = 35.88%
G = 30.87%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88757E (or 0x88757E) is known color: Venus. HEX triplet: 88, 75 and 7E. RGB value is (136,117,126). Sum of RGB (Red+Green+Blue) = 136+117+126=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #88757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88757E is #778A81. Grayscale: #7B7B7B. Windows color (decimal): -7834242 or 8287624. OLE color: 8287624.

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

Color convert

RGB 136 117 126 -
CMYK 0 0.14 0.07 0.47
HSL 331.58º 0.08% 0.5% -
HSV(B) 331.58º 0.14% 0.53% -
XYZ 20.28 19.46 22.43 -
YUV 123.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 136 117 126 0 0.14 0.07 0.47 331.58 0.08 0.5
Hex 88 75 7E 0 E 7 2F 14C 8 32
Octal 210 165 176 0 16 7 57 514 10 62
Binary 10001000 1110101 1111110 0 1110 111 101111 101001100 1000 110010

Color Harmonies of #88757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88757E

Black with #88757E

Text Example


Text Example

White with #88757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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