Html Css Color HEX #917E82 Venus

📋 copy color: '#917E82'

red 145 ◦ green 126 ◦ blue 130

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

Shades of Venus #917E82

Tints of Venus #917E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 36.16%
G = 31.42%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#917E82 (or 0x917E82) is known color: Venus. HEX triplet: 91, 7E and 82. RGB value is (145,126,130). Sum of RGB (Red+Green+Blue) = 145+126+130=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #917E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E82 is #6E817D. Grayscale: #848484. Windows color (decimal): -7242110 or 8552081. OLE color: 8552081.

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

Color convert

RGB 145 126 130 -
CMYK 0 0.13 0.10 0.43
HSL 347.37º 0.08% 0.53% -
HSV(B) 347.37º 0.13% 0.57% -
XYZ 23.17 22.55 24.25 -
YUV 132.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 145 126 130 0 0.13 0.10 0.43 347.37 0.08 0.53
Hex 91 7E 82 0 D A 2B 15B 8 35
Octal 221 176 202 0 15 12 53 533 10 65
Binary 10010001 1111110 10000010 0 1101 1010 101011 101011011 1000 110101

Color Harmonies of #917E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E82

Black with #917E82

Text Example


Text Example

White with #917E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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