Html Css Color HEX #917F83 Venus

📋 copy color: '#917F83'

red 145 ◦ green 127 ◦ blue 131

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

Shades of Venus #917F83

Tints of Venus #917F83

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 35.98%
G = 31.51%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#917F83 (or 0x917F83) is known color: Venus. HEX triplet: 91, 7F and 83. RGB value is (145,127,131). Sum of RGB (Red+Green+Blue) = 145+127+131=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #917F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F83 is #6E807C. Grayscale: #848484. Windows color (decimal): -7241853 or 8617873. OLE color: 8617873.

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

Color convert

RGB 145 127 131 -
CMYK 0 0.12 0.10 0.43
HSL 346.67º 0.08% 0.53% -
HSV(B) 346.67º 0.12% 0.57% -
XYZ 23.36 22.84 24.65 -
YUV 132.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 145 127 131 0 0.12 0.10 0.43 346.67 0.08 0.53
Hex 91 7F 83 0 C A 2B 15B 8 35
Octal 221 177 203 0 14 12 53 533 10 65
Binary 10010001 1111111 10000011 0 1100 1010 101011 101011011 1000 110101

Color Harmonies of #917F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F83

Black with #917F83

Text Example


Text Example

White with #917F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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