Html Css Color HEX #927C81 Venus

📋 copy color: '#927C81'

red 146 ◦ green 124 ◦ blue 129

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

Shades of Venus #927C81

Tints of Venus #927C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

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

R = 36.59%
G = 31.08%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#927C81 (or 0x927C81) is known color: Venus. HEX triplet: 92, 7C and 81. RGB value is (146,124,129). Sum of RGB (Red+Green+Blue) = 146+124+129=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #927C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C81 is #6D837E. Grayscale: #838383. Windows color (decimal): -7177087 or 8486034. OLE color: 8486034.

HSL color Cylindrical-coordinate representation of color #927C81: hue angle of 346.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #927C81 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 124 129 -
CMYK 0 0.15 0.12 0.43
HSL 346.36º 0.09% 0.53% -
HSV(B) 346.36º 0.15% 0.57% -
XYZ 23.02 22.11 23.82 -
YUV 131.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 146 124 129 0 0.15 0.12 0.43 346.36 0.09 0.53
Hex 92 7C 81 0 F C 2B 15A 9 35
Octal 222 174 201 0 17 14 53 532 11 65
Binary 10010010 1111100 10000001 0 1111 1100 101011 101011010 1001 110101

Color Harmonies of #927C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C81

Black with #927C81

Text Example


Text Example

White with #927C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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