Html Css Color HEX #88747E Venus

📋 copy color: '#88747E'

red 136 ◦ green 116 ◦ blue 126

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

Shades of Venus #88747E

Tints of Venus #88747E

RGB

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

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

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

R = 35.98%
G = 30.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88747E (or 0x88747E) is known color: Venus. HEX triplet: 88, 74 and 7E. RGB value is (136,116,126). Sum of RGB (Red+Green+Blue) = 136+116+126=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88747E is #778B81. Grayscale: #7B7B7B. Windows color (decimal): -7834498 or 8287368. OLE color: 8287368.

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

Color convert

RGB 136 116 126 -
CMYK 0 0.15 0.07 0.47
HSL 330º 0.08% 0.49% -
HSV(B) 330º 0.15% 0.53% -
XYZ 20.16 19.23 22.39 -
YUV 123.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 136 116 126 0 0.15 0.07 0.47 330 0.08 0.49
Hex 88 74 7E 0 F 7 2F 14A 8 31
Octal 210 164 176 0 17 7 57 512 10 61
Binary 10001000 1110100 1111110 0 1111 111 101111 101001010 1000 110001

Color Harmonies of #88747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88747E

Black with #88747E

Text Example


Text Example

White with #88747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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