Html Css Color HEX #937F85 Venus

📋 copy color: '#937F85'

red 147 ◦ green 127 ◦ blue 133

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

Shades of Venus #937F85

Tints of Venus #937F85

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

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

R = 36.12%
G = 31.2%
B = 32.68%

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

#937F85 (or 0x937F85) is known color: Venus. HEX triplet: 93, 7F and 85. RGB value is (147,127,133). Sum of RGB (Red+Green+Blue) = 147+127+133=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #937F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F85 is #6C807A. Grayscale: #858585. Windows color (decimal): -7110779 or 8748947. OLE color: 8748947.

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

Color convert

RGB 147 127 133 -
CMYK 0 0.14 0.10 0.42
HSL 342º 0.08% 0.54% -
HSV(B) 342º 0.14% 0.58% -
XYZ 23.86 23.08 25.39 -
YUV 133.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 147 127 133 0 0.14 0.10 0.42 342 0.08 0.54
Hex 93 7F 85 0 E A 2A 156 8 36
Octal 223 177 205 0 16 12 52 526 10 66
Binary 10010011 1111111 10000101 0 1110 1010 101010 101010110 1000 110110

Color Harmonies of #937F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937F85

Black with #937F85

Text Example


Text Example

White with #937F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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