Html Css Color HEX #937D7F Venus

📋 copy color: '#937D7F'

red 147 ◦ green 125 ◦ blue 127

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

Shades of Venus #937D7F

Tints of Venus #937D7F

RGB

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

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

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

R = 36.84%
G = 31.33%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#937D7F (or 0x937D7F) is known color: Venus. HEX triplet: 93, 7D and 7F. RGB value is (147,125,127). Sum of RGB (Red+Green+Blue) = 147+125+127=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #937D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D7F is #6C8280. Grayscale: #838383. Windows color (decimal): -7111297 or 8355219. OLE color: 8355219.

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

Color convert

RGB 147 125 127 -
CMYK 0 0.15 0.14 0.42
HSL 354.55º 0.09% 0.53% -
HSV(B) 354.55º 0.15% 0.58% -
XYZ 23.2 22.4 23.18 -
YUV 131.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 147 125 127 0 0.15 0.14 0.42 354.55 0.09 0.53
Hex 93 7D 7F 0 F E 2A 163 9 35
Octal 223 175 177 0 17 16 52 543 11 65
Binary 10010011 1111101 1111111 0 1111 1110 101010 101100011 1001 110101

Color Harmonies of #937D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D7F

Black with #937D7F

Text Example


Text Example

White with #937D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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