Html Css Color HEX #937D83 Venus

📋 copy color: '#937D83'

red 147 ◦ green 125 ◦ blue 131

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

Shades of Venus #937D83

Tints of Venus #937D83

RGB

 RED value IS 147 (57.81% from 255) = 36.48%

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

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

R = 36.48%
G = 31.02%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#937D83 (or 0x937D83) is known color: Venus. HEX triplet: 93, 7D and 83. RGB value is (147,125,131). Sum of RGB (Red+Green+Blue) = 147+125+131=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #937D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D83 is #6C827C. Grayscale: #848484. Windows color (decimal): -7111293 or 8617363. OLE color: 8617363.

HSL color Cylindrical-coordinate representation of color #937D83: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937D83 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 125 131 -
CMYK 0 0.15 0.11 0.42
HSL 343.64º 0.09% 0.53% -
HSV(B) 343.64º 0.15% 0.58% -
XYZ 23.46 22.51 24.58 -
YUV 132.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 147 125 131 0 0.15 0.11 0.42 343.64 0.09 0.53
Hex 93 7D 83 0 F B 2A 158 9 35
Octal 223 175 203 0 17 13 52 530 11 65
Binary 10010011 1111101 10000011 0 1111 1011 101010 101011000 1001 110101

Color Harmonies of #937D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D83

Black with #937D83

Text Example


Text Example

White with #937D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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