Html Css Color HEX #927980 Venus

📋 copy color: '#927980'

red 146 ◦ green 121 ◦ blue 128

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

Shades of Venus #927980

Tints of Venus #927980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

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

R = 36.96%
G = 30.63%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#927980 (or 0x927980) is known color: Venus. HEX triplet: 92, 79 and 80. RGB value is (146,121,128). Sum of RGB (Red+Green+Blue) = 146+121+128=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927980 is #6D867F. Grayscale: #818181. Windows color (decimal): -7177856 or 8419730. OLE color: 8419730.

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

Color convert

RGB 146 121 128 -
CMYK 0 0.17 0.12 0.43
HSL 343.2º 0.1% 0.52% -
HSV(B) 343.2º 0.17% 0.57% -
XYZ 22.59 21.34 23.35 -
YUV 129.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 146 121 128 0 0.17 0.12 0.43 343.2 0.1 0.52
Hex 92 79 80 0 11 C 2B 157 A 34
Octal 222 171 200 0 21 14 53 527 12 64
Binary 10010010 1111001 10000000 0 10001 1100 101011 101010111 1010 110100

Color Harmonies of #927980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927980

Black with #927980

Text Example


Text Example

White with #927980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927980; }

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

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

background-color css

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

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

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

border-color css

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

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

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