Html Css Color HEX #927480 Venus

📋 copy color: '#927480'

red 146 ◦ green 116 ◦ blue 128

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

Shades of Venus #927480

Tints of Venus #927480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 37.44%
G = 29.74%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#927480 (or 0x927480) is known color: Venus. HEX triplet: 92, 74 and 80. RGB value is (146,116,128). Sum of RGB (Red+Green+Blue) = 146+116+128=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #927480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927480 is #6D8B7F. Grayscale: #7E7E7E. Windows color (decimal): -7179136 or 8418450. OLE color: 8418450.

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

Color convert

RGB 146 116 128 -
CMYK 0 0.21 0.12 0.43
HSL 336º 0.12% 0.51% -
HSV(B) 336º 0.21% 0.57% -
XYZ 22 20.16 23.15 -
YUV 126.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 146 116 128 0 0.21 0.12 0.43 336 0.12 0.51
Hex 92 74 80 0 15 C 2B 150 C 33
Octal 222 164 200 0 25 14 53 520 14 63
Binary 10010010 1110100 10000000 0 10101 1100 101011 101010000 1100 110011

Color Harmonies of #927480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927480

Black with #927480

Text Example


Text Example

White with #927480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927480; }

 p { color: rgb(146,116,128); }

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

background-color css

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

 a { background-color: rgb(146,116,128); }

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

border-color css

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

 span { border-color: rgb(146,116,128); }

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