Html Css Color HEX #937D87 Venus

📋 copy color: '#937D87'

red 147 ◦ green 125 ◦ blue 135

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

Shades of Venus #937D87

Tints of Venus #937D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 36.12%
G = 30.71%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#937D87 (or 0x937D87) is known color: Venus. HEX triplet: 93, 7D and 87. RGB value is (147,125,135). Sum of RGB (Red+Green+Blue) = 147+125+135=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #937D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D87 is #6C8278. Grayscale: #848484. Windows color (decimal): -7111289 or 8879507. OLE color: 8879507.

HSL color Cylindrical-coordinate representation of color #937D87: hue angle of 332.73º 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 #937D87 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 125 135 -
CMYK 0 0.15 0.08 0.42
HSL 332.73º 0.09% 0.53% -
HSV(B) 332.73º 0.15% 0.58% -
XYZ 23.74 22.62 26.04 -
YUV 132.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 147 125 135 0 0.15 0.08 0.42 332.73 0.09 0.53
Hex 93 7D 87 0 F 8 2A 14D 9 35
Octal 223 175 207 0 17 10 52 515 11 65
Binary 10010011 1111101 10000111 0 1111 1000 101010 101001101 1001 110101

Color Harmonies of #937D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D87

Black with #937D87

Text Example


Text Example

White with #937D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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