Html Css Color HEX #927E83 Venus

📋 copy color: '#927E83'

red 146 ◦ green 126 ◦ blue 131

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

Shades of Venus #927E83

Tints of Venus #927E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 36.23%
G = 31.27%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#927E83 (or 0x927E83) is known color: Venus. HEX triplet: 92, 7E and 83. RGB value is (146,126,131). Sum of RGB (Red+Green+Blue) = 146+126+131=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 146 - color contains mainly: red. Hex color #927E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927E83 is #6D817C. Grayscale: #848484. Windows color (decimal): -7176573 or 8617618. OLE color: 8617618.

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

Color convert

RGB 146 126 131 -
CMYK 0 0.14 0.10 0.43
HSL 345º 0.08% 0.53% -
HSV(B) 345º 0.14% 0.57% -
XYZ 23.41 22.67 24.61 -
YUV 132.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 146 126 131 0 0.14 0.10 0.43 345 0.08 0.53
Hex 92 7E 83 0 E A 2B 159 8 35
Octal 222 176 203 0 16 12 53 531 10 65
Binary 10010010 1111110 10000011 0 1110 1010 101011 101011001 1000 110101

Color Harmonies of #927E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927E83

Black with #927E83

Text Example


Text Example

White with #927E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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