Html Css Color HEX #88767F Venus

📋 copy color: '#88767F'

red 136 ◦ green 118 ◦ blue 127

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

Shades of Venus #88767F

Tints of Venus #88767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

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

R = 35.7%
G = 30.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88767F (or 0x88767F) is known color: Venus. HEX triplet: 88, 76 and 7F. RGB value is (136,118,127). Sum of RGB (Red+Green+Blue) = 136+118+127=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88767F is #778980. Grayscale: #7C7C7C. Windows color (decimal): -7833985 or 8353416. OLE color: 8353416.

HSL color Cylindrical-coordinate representation of color #88767F: hue angle of 330º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88767F is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 118 127 -
CMYK 0 0.13 0.07 0.47
HSL 330º 0.07% 0.5% -
HSV(B) 330º 0.13% 0.53% -
XYZ 20.46 19.72 22.81 -
YUV 124.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 136 118 127 0 0.13 0.07 0.47 330 0.07 0.5
Hex 88 76 7F 0 D 7 2F 14A 7 32
Octal 210 166 177 0 15 7 57 512 7 62
Binary 10001000 1110110 1111111 0 1101 111 101111 101001010 111 110010

Color Harmonies of #88767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88767F

Black with #88767F

Text Example


Text Example

White with #88767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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