Html Css Color HEX #917E84 Venus

📋 copy color: '#917E84'

red 145 ◦ green 126 ◦ blue 132

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

Shades of Venus #917E84

Tints of Venus #917E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.75%

R = 35.98%
G = 31.27%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#917E84 (or 0x917E84) is known color: Venus. HEX triplet: 91, 7E and 84. RGB value is (145,126,132). Sum of RGB (Red+Green+Blue) = 145+126+132=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #917E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E84 is #6E817B. Grayscale: #848484. Windows color (decimal): -7242108 or 8683153. OLE color: 8683153.

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

Color convert

RGB 145 126 132 -
CMYK 0 0.13 0.09 0.43
HSL 341.05º 0.08% 0.53% -
HSV(B) 341.05º 0.13% 0.57% -
XYZ 23.3 22.61 24.97 -
YUV 132.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 145 126 132 0 0.13 0.09 0.43 341.05 0.08 0.53
Hex 91 7E 84 0 D 9 2B 155 8 35
Octal 221 176 204 0 15 11 53 525 10 65
Binary 10010001 1111110 10000100 0 1101 1001 101011 101010101 1000 110101

Color Harmonies of #917E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E84

Black with #917E84

Text Example


Text Example

White with #917E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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