Html Css Color HEX #937A7F Venus

📋 copy color: '#937A7F'

red 147 ◦ green 122 ◦ blue 127

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

Shades of Venus #937A7F

Tints of Venus #937A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

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

R = 37.12%
G = 30.81%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#937A7F (or 0x937A7F) is known color: Venus. HEX triplet: 93, 7A and 7F. RGB value is (147,122,127). Sum of RGB (Red+Green+Blue) = 147+122+127=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A7F is #6C8580. Grayscale: #828282. Windows color (decimal): -7112065 or 8354451. OLE color: 8354451.

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

Color convert

RGB 147 122 127 -
CMYK 0 0.17 0.14 0.42
HSL 348º 0.1% 0.53% -
HSV(B) 348º 0.17% 0.58% -
XYZ 22.82 21.65 23.06 -
YUV 130.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 147 122 127 0 0.17 0.14 0.42 348 0.1 0.53
Hex 93 7A 7F 0 11 E 2A 15C A 35
Octal 223 172 177 0 21 16 52 534 12 65
Binary 10010011 1111010 1111111 0 10001 1110 101010 101011100 1010 110101

Color Harmonies of #937A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937A7F

Black with #937A7F

Text Example


Text Example

White with #937A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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