Html Css Color HEX #927C83 Venus

📋 copy color: '#927C83'

red 146 ◦ green 124 ◦ blue 131

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

Shades of Venus #927C83

Tints of Venus #927C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 36.41%
G = 30.92%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#927C83 (or 0x927C83) is known color: Venus. HEX triplet: 92, 7C and 83. RGB value is (146,124,131). Sum of RGB (Red+Green+Blue) = 146+124+131=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #927C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C83 is #6D837C. Grayscale: #838383. Windows color (decimal): -7177085 or 8617106. OLE color: 8617106.

HSL color Cylindrical-coordinate representation of color #927C83: hue angle of 340.91º 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 #927C83 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 124 131 -
CMYK 0 0.15 0.10 0.43
HSL 340.91º 0.09% 0.53% -
HSV(B) 340.91º 0.15% 0.57% -
XYZ 23.16 22.16 24.53 -
YUV 131.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 146 124 131 0 0.15 0.10 0.43 340.91 0.09 0.53
Hex 92 7C 83 0 F A 2B 155 9 35
Octal 222 174 203 0 17 12 53 525 11 65
Binary 10010010 1111100 10000011 0 1111 1010 101011 101010101 1001 110101

Color Harmonies of #927C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C83

Black with #927C83

Text Example


Text Example

White with #927C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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