Html Css Color HEX #917479 Venus

📋 copy color: '#917479'

red 145 ◦ green 116 ◦ blue 121

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

Shades of Venus #917479

Tints of Venus #917479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 37.96%
G = 30.37%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#917479 (or 0x917479) is known color: Venus. HEX triplet: 91, 74 and 79. RGB value is (145,116,121). Sum of RGB (Red+Green+Blue) = 145+116+121=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917479 is #6E8B86. Grayscale: #7D7D7D. Windows color (decimal): -7244679 or 7959697. OLE color: 7959697.

HSL color Cylindrical-coordinate representation of color #917479: hue angle of 349.66º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917479 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 121 -
CMYK 0 0.2 0.17 0.43
HSL 349.66º 0.12% 0.51% -
HSV(B) 349.66º 0.2% 0.57% -
XYZ 21.37 19.89 20.8 -
YUV 125.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 145 116 121 0 0.2 0.17 0.43 349.66 0.12 0.51
Hex 91 74 79 0 14 11 2B 15E C 33
Octal 221 164 171 0 24 21 53 536 14 63
Binary 10010001 1110100 1111001 0 10100 10001 101011 101011110 1100 110011

Color Harmonies of #917479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917479

Black with #917479

Text Example


Text Example

White with #917479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917479; }

 p { color: rgb(145,116,121); }

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

background-color css

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

 a { background-color: rgb(145,116,121); }

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

border-color css

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

 span { border-color: rgb(145,116,121); }

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