Html Css Color HEX #917279 Venus

📋 copy color: '#917279'

red 145 ◦ green 114 ◦ blue 121

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

Shades of Venus #917279

Tints of Venus #917279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 38.16%
G = 30%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#917279 (or 0x917279) is known color: Venus. HEX triplet: 91, 72 and 79. RGB value is (145,114,121). Sum of RGB (Red+Green+Blue) = 145+114+121=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917279 is #6E8D86. Grayscale: #7C7C7C. Windows color (decimal): -7245191 or 7959185. OLE color: 7959185.

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

Color convert

RGB 145 114 121 -
CMYK 0 0.21 0.17 0.43
HSL 346.45º 0.12% 0.51% -
HSV(B) 346.45º 0.21% 0.57% -
XYZ 21.15 19.43 20.73 -
YUV 124.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 145 114 121 0 0.21 0.17 0.43 346.45 0.12 0.51
Hex 91 72 79 0 15 11 2B 15A C 33
Octal 221 162 171 0 25 21 53 532 14 63
Binary 10010001 1110010 1111001 0 10101 10001 101011 101011010 1100 110011

Color Harmonies of #917279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917279

Black with #917279

Text Example


Text Example

White with #917279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917279; }

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

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

background-color css

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

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

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

border-color css

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

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

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