Html Css Color HEX #917E85 Venus

📋 copy color: '#917E85'

red 145 ◦ green 126 ◦ blue 133

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

Shades of Venus #917E85

Tints of Venus #917E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 35.89%
G = 31.19%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#917E85 (or 0x917E85) is known color: Venus. HEX triplet: 91, 7E and 85. RGB value is (145,126,133). Sum of RGB (Red+Green+Blue) = 145+126+133=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #917E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E85 is #6E817A. Grayscale: #848484. Windows color (decimal): -7242107 or 8748689. OLE color: 8748689.

HSL color Cylindrical-coordinate representation of color #917E85: hue angle of 337.89º 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 #917E85 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 133 -
CMYK 0 0.13 0.08 0.43
HSL 337.89º 0.08% 0.53% -
HSV(B) 337.89º 0.13% 0.57% -
XYZ 23.37 22.63 25.33 -
YUV 132.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 145 126 133 0 0.13 0.08 0.43 337.89 0.08 0.53
Hex 91 7E 85 0 D 8 2B 152 8 35
Octal 221 176 205 0 15 10 53 522 10 65
Binary 10010001 1111110 10000101 0 1101 1000 101011 101010010 1000 110101

Color Harmonies of #917E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E85

Black with #917E85

Text Example


Text Example

White with #917E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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