Html Css Color HEX #927983 Venus

📋 copy color: '#927983'

red 146 ◦ green 121 ◦ blue 131

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

Shades of Venus #927983

Tints of Venus #927983

RGB

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

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

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

R = 36.68%
G = 30.4%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#927983 (or 0x927983) is known color: Venus. HEX triplet: 92, 79 and 83. RGB value is (146,121,131). Sum of RGB (Red+Green+Blue) = 146+121+131=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927983 is #6D867C. Grayscale: #818181. Windows color (decimal): -7177853 or 8616338. OLE color: 8616338.

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

Color convert

RGB 146 121 131 -
CMYK 0 0.17 0.10 0.43
HSL 336º 0.1% 0.52% -
HSV(B) 336º 0.17% 0.57% -
XYZ 22.79 21.42 24.41 -
YUV 129.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 146 121 131 0 0.17 0.10 0.43 336 0.1 0.52
Hex 92 79 83 0 11 A 2B 150 A 34
Octal 222 171 203 0 21 12 53 520 12 64
Binary 10010010 1111001 10000011 0 10001 1010 101011 101010000 1010 110100

Color Harmonies of #927983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927983

Black with #927983

Text Example


Text Example

White with #927983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927983; }

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

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

background-color css

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

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

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

border-color css

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

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

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