Html Css Color HEX #917D83 Venus

📋 copy color: '#917D83'

red 145 ◦ green 125 ◦ blue 131

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

Shades of Venus #917D83

Tints of Venus #917D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 36.16%
G = 31.17%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#917D83 (or 0x917D83) is known color: Venus. HEX triplet: 91, 7D and 83. RGB value is (145,125,131). Sum of RGB (Red+Green+Blue) = 145+125+131=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #917D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D83 is #6E827C. Grayscale: #838383. Windows color (decimal): -7242365 or 8617361. OLE color: 8617361.

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

Color convert

RGB 145 125 131 -
CMYK 0 0.14 0.10 0.43
HSL 342º 0.08% 0.53% -
HSV(B) 342º 0.14% 0.57% -
XYZ 23.11 22.33 24.56 -
YUV 131.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 145 125 131 0 0.14 0.10 0.43 342 0.08 0.53
Hex 91 7D 83 0 E A 2B 156 8 35
Octal 221 175 203 0 16 12 53 526 10 65
Binary 10010001 1111101 10000011 0 1110 1010 101011 101010110 1000 110101

Color Harmonies of #917D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D83

Black with #917D83

Text Example


Text Example

White with #917D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,131); }

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

background-color css

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

 a { background-color: rgb(145,125,131); }

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

border-color css

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

 span { border-color: rgb(145,125,131); }

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