Html Css Color HEX #937C7F Venus

📋 copy color: '#937C7F'

red 147 ◦ green 124 ◦ blue 127

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

Shades of Venus #937C7F

Tints of Venus #937C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 127 (50% from 255) = 31.91%

R = 36.93%
G = 31.16%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#937C7F (or 0x937C7F) is known color: Venus. HEX triplet: 93, 7C and 7F. RGB value is (147,124,127). Sum of RGB (Red+Green+Blue) = 147+124+127=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C7F is #6C8380. Grayscale: #838383. Windows color (decimal): -7111553 or 8354963. OLE color: 8354963.

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

Color convert

RGB 147 124 127 -
CMYK 0 0.16 0.14 0.42
HSL 352.17º 0.1% 0.53% -
HSV(B) 352.17º 0.16% 0.58% -
XYZ 23.07 22.15 23.14 -
YUV 131.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 147 124 127 0 0.16 0.14 0.42 352.17 0.1 0.53
Hex 93 7C 7F 0 10 E 2A 160 A 35
Octal 223 174 177 0 20 16 52 540 12 65
Binary 10010011 1111100 1111111 0 10000 1110 101010 101100000 1010 110101

Color Harmonies of #937C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937C7F

Black with #937C7F

Text Example


Text Example

White with #937C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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