Html Css Color HEX #937E85 Venus

📋 copy color: '#937E85'

red 147 ◦ green 126 ◦ blue 133

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

Shades of Venus #937E85

Tints of Venus #937E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 36.21%
G = 31.03%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#937E85 (or 0x937E85) is known color: Venus. HEX triplet: 93, 7E and 85. RGB value is (147,126,133). Sum of RGB (Red+Green+Blue) = 147+126+133=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #937E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E85 is #6C817A. Grayscale: #858585. Windows color (decimal): -7111035 or 8748691. OLE color: 8748691.

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

Color convert

RGB 147 126 133 -
CMYK 0 0.14 0.10 0.42
HSL 340º 0.09% 0.54% -
HSV(B) 340º 0.14% 0.58% -
XYZ 23.73 22.82 25.34 -
YUV 133.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 147 126 133 0 0.14 0.10 0.42 340 0.09 0.54
Hex 93 7E 85 0 E A 2A 154 9 36
Octal 223 176 205 0 16 12 52 524 11 66
Binary 10010011 1111110 10000101 0 1110 1010 101010 101010100 1001 110110

Color Harmonies of #937E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937E85

Black with #937E85

Text Example


Text Example

White with #937E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,126,133); }

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

background-color css

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

 a { background-color: rgb(147,126,133); }

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

border-color css

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

 span { border-color: rgb(147,126,133); }

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