Html Css Color HEX #88747D Venus

📋 copy color: '#88747D'

red 136 ◦ green 116 ◦ blue 125

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

Shades of Venus #88747D

Tints of Venus #88747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 36.07%
G = 30.77%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88747D (or 0x88747D) is known color: Venus. HEX triplet: 88, 74 and 7D. RGB value is (136,116,125). Sum of RGB (Red+Green+Blue) = 136+116+125=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88747D is #778B82. Grayscale: #7A7A7A. Windows color (decimal): -7834499 or 8221832. OLE color: 8221832.

HSL color Cylindrical-coordinate representation of color #88747D: hue angle of 333º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88747D is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 116 125 -
CMYK 0 0.15 0.08 0.47
HSL 333º 0.08% 0.49% -
HSV(B) 333º 0.15% 0.53% -
XYZ 20.1 19.21 22.05 -
YUV 123.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 136 116 125 0 0.15 0.08 0.47 333 0.08 0.49
Hex 88 74 7D 0 F 8 2F 14D 8 31
Octal 210 164 175 0 17 10 57 515 10 61
Binary 10001000 1110100 1111101 0 1111 1000 101111 101001101 1000 110001

Color Harmonies of #88747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88747D

Black with #88747D

Text Example


Text Example

White with #88747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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