Html Css Color HEX #917079 Venus

📋 copy color: '#917079'

red 145 ◦ green 112 ◦ blue 121

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

Shades of Venus #917079

Tints of Venus #917079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 38.36%
G = 29.63%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#917079 (or 0x917079) is known color: Venus. HEX triplet: 91, 70 and 79. RGB value is (145,112,121). Sum of RGB (Red+Green+Blue) = 145+112+121=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #917079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917079 is #6E8F86. Grayscale: #7A7A7A. Windows color (decimal): -7245703 or 7958673. OLE color: 7958673.

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

Color convert

RGB 145 112 121 -
CMYK 0 0.23 0.17 0.43
HSL 343.64º 0.13% 0.5% -
HSV(B) 343.64º 0.23% 0.57% -
XYZ 20.92 18.99 20.65 -
YUV 122.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 145 112 121 0 0.23 0.17 0.43 343.64 0.13 0.5
Hex 91 70 79 0 17 11 2B 158 D 32
Octal 221 160 171 0 27 21 53 530 15 62
Binary 10010001 1110000 1111001 0 10111 10001 101011 101011000 1101 110010

Color Harmonies of #917079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917079

Black with #917079

Text Example


Text Example

White with #917079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917079; }

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

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

background-color css

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

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

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

border-color css

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

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

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