Html Css Color HEX #917E87 Venus

📋 copy color: '#917E87'

red 145 ◦ green 126 ◦ blue 135

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

Shades of Venus #917E87

Tints of Venus #917E87

RGB

 RED value IS 145 (57.03% from 255) = 35.71%

 GREEN value IS 126 (49.61% from 255) = 31.03%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 35.71%
G = 31.03%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#917E87 (or 0x917E87) is known color: Venus. HEX triplet: 91, 7E and 87. RGB value is (145,126,135). Sum of RGB (Red+Green+Blue) = 145+126+135=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #917E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E87 is #6E8178. Grayscale: #848484. Windows color (decimal): -7242105 or 8879761. OLE color: 8879761.

HSL color Cylindrical-coordinate representation of color #917E87: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E87 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 135 -
CMYK 0 0.13 0.07 0.43
HSL 331.58º 0.08% 0.53% -
HSV(B) 331.58º 0.13% 0.57% -
XYZ 23.51 22.69 26.06 -
YUV 132.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 145 126 135 0 0.13 0.07 0.43 331.58 0.08 0.53
Hex 91 7E 87 0 D 7 2B 14C 8 35
Octal 221 176 207 0 15 7 53 514 10 65
Binary 10010001 1111110 10000111 0 1101 111 101011 101001100 1000 110101

Color Harmonies of #917E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E87

Black with #917E87

Text Example


Text Example

White with #917E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917E87; }

 p { color: rgb(145,126,135); }

 H1.HeaderClassName
 {
   color: #917E87;
 }
 .AnyTagClassName
 {
   color: #917E87;
 }
</style>

background-color css

<style>
 a { background-color: #917E87; }

 a { background-color: rgb(145,126,135); }

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

border-color css

<style>
 span { border-color: #917E87; }

 span { border-color: rgb(145,126,135); }

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