Html Css Color HEX #927D83 Venus

📋 copy color: '#927D83'

red 146 ◦ green 125 ◦ blue 131

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

Shades of Venus #927D83

Tints of Venus #927D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

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

R = 36.32%
G = 31.09%
B = 32.59%

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

#927D83 (or 0x927D83) is known color: Venus. HEX triplet: 92, 7D and 83. RGB value is (146,125,131). Sum of RGB (Red+Green+Blue) = 146+125+131=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #927D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D83 is #6D827C. Grayscale: #838383. Windows color (decimal): -7176829 or 8617362. OLE color: 8617362.

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

Color convert

RGB 146 125 131 -
CMYK 0 0.14 0.10 0.43
HSL 342.86º 0.09% 0.53% -
HSV(B) 342.86º 0.14% 0.57% -
XYZ 23.28 22.42 24.57 -
YUV 131.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 146 125 131 0 0.14 0.10 0.43 342.86 0.09 0.53
Hex 92 7D 83 0 E A 2B 157 9 35
Octal 222 175 203 0 16 12 53 527 11 65
Binary 10010010 1111101 10000011 0 1110 1010 101011 101010111 1001 110101

Color Harmonies of #927D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D83

Black with #927D83

Text Example


Text Example

White with #927D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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