Html Css Color HEX #927481 Venus

📋 copy color: '#927481'

red 146 ◦ green 116 ◦ blue 129

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

Shades of Venus #927481

Tints of Venus #927481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 37.34%
G = 29.67%
B = 32.99%

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

#927481 (or 0x927481) is known color: Venus. HEX triplet: 92, 74 and 81. RGB value is (146,116,129). Sum of RGB (Red+Green+Blue) = 146+116+129=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #927481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927481 is #6D8B7E. Grayscale: #7E7E7E. Windows color (decimal): -7179135 or 8483986. OLE color: 8483986.

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

Color convert

RGB 146 116 129 -
CMYK 0 0.21 0.12 0.43
HSL 334º 0.12% 0.51% -
HSV(B) 334º 0.21% 0.57% -
XYZ 22.06 20.19 23.5 -
YUV 126.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 146 116 129 0 0.21 0.12 0.43 334 0.12 0.51
Hex 92 74 81 0 15 C 2B 14E C 33
Octal 222 164 201 0 25 14 53 516 14 63
Binary 10010010 1110100 10000001 0 10101 1100 101011 101001110 1100 110011

Color Harmonies of #927481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927481

Black with #927481

Text Example


Text Example

White with #927481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927481; }

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

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

background-color css

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

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

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

border-color css

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

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

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