Html Css Color HEX #927379 Venus

📋 copy color: '#927379'

red 146 ◦ green 115 ◦ blue 121

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

Shades of Venus #927379

Tints of Venus #927379

RGB

 RED value IS 146 (57.42% from 255) = 38.22%

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

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

R = 38.22%
G = 30.1%
B = 31.68%

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

#927379 (or 0x927379) is known color: Venus. HEX triplet: 92, 73 and 79. RGB value is (146,115,121). Sum of RGB (Red+Green+Blue) = 146+115+121=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #927379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927379 is #6D8C86. Grayscale: #7C7C7C. Windows color (decimal): -7179399 or 7959442. OLE color: 7959442.

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

Color convert

RGB 146 115 121 -
CMYK 0 0.21 0.17 0.43
HSL 348.39º 0.12% 0.51% -
HSV(B) 348.39º 0.21% 0.57% -
XYZ 21.44 19.75 20.77 -
YUV 124.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 146 115 121 0 0.21 0.17 0.43 348.39 0.12 0.51
Hex 92 73 79 0 15 11 2B 15C C 33
Octal 222 163 171 0 25 21 53 534 14 63
Binary 10010010 1110011 1111001 0 10101 10001 101011 101011100 1100 110011

Color Harmonies of #927379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927379

Black with #927379

Text Example


Text Example

White with #927379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927379; }

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

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

background-color css

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

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

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

border-color css

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

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

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