Html Css Color HEX #917379 Venus

📋 copy color: '#917379'

red 145 ◦ green 115 ◦ blue 121

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

Shades of Venus #917379

Tints of Venus #917379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 38.06%
G = 30.18%
B = 31.76%

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

#917379 (or 0x917379) is known color: Venus. HEX triplet: 91, 73 and 79. RGB value is (145,115,121). Sum of RGB (Red+Green+Blue) = 145+115+121=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917379 is #6E8C86. Grayscale: #7C7C7C. Windows color (decimal): -7244935 or 7959441. OLE color: 7959441.

HSL color Cylindrical-coordinate representation of color #917379: hue angle of 348º 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 #917379 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 115 121 -
CMYK 0 0.21 0.17 0.43
HSL 348º 0.12% 0.51% -
HSV(B) 348º 0.21% 0.57% -
XYZ 21.26 19.66 20.76 -
YUV 124.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 145 115 121 0 0.21 0.17 0.43 348 0.12 0.51
Hex 91 73 79 0 15 11 2B 15C C 33
Octal 221 163 171 0 25 21 53 534 14 63
Binary 10010001 1110011 1111001 0 10101 10001 101011 101011100 1100 110011

Color Harmonies of #917379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917379

Black with #917379

Text Example


Text Example

White with #917379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917379; }

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

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

background-color css

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

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

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

border-color css

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

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

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