Html Css Color HEX #927079 Venus

📋 copy color: '#927079'

red 146 ◦ green 112 ◦ blue 121

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

Shades of Venus #927079

Tints of Venus #927079

RGB

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

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

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

R = 38.52%
G = 29.55%
B = 31.93%

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

#927079 (or 0x927079) is known color: Venus. HEX triplet: 92, 70 and 79. RGB value is (146,112,121). Sum of RGB (Red+Green+Blue) = 146+112+121=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #927079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927079 is #6D8F86. Grayscale: #7B7B7B. Windows color (decimal): -7180167 or 7958674. OLE color: 7958674.

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

Color convert

RGB 146 112 121 -
CMYK 0 0.23 0.17 0.43
HSL 344.12º 0.13% 0.51% -
HSV(B) 344.12º 0.23% 0.57% -
XYZ 21.1 19.08 20.66 -
YUV 123.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 146 112 121 0 0.23 0.17 0.43 344.12 0.13 0.51
Hex 92 70 79 0 17 11 2B 158 D 33
Octal 222 160 171 0 27 21 53 530 15 63
Binary 10010010 1110000 1111001 0 10111 10001 101011 101011000 1101 110011

Color Harmonies of #927079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927079

Black with #927079

Text Example


Text Example

White with #927079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927079; }

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

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

background-color css

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

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

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

border-color css

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

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

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