Html Css Color HEX #937B80 Venus

📋 copy color: '#937B80'

red 147 ◦ green 123 ◦ blue 128

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

Shades of Venus #937B80

Tints of Venus #937B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.9%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 36.93%
G = 30.9%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#937B80 (or 0x937B80) is known color: Venus. HEX triplet: 93, 7B and 80. RGB value is (147,123,128). Sum of RGB (Red+Green+Blue) = 147+123+128=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B80 is #6C847F. Grayscale: #828282. Windows color (decimal): -7111808 or 8420243. OLE color: 8420243.

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

Color convert

RGB 147 123 128 -
CMYK 0 0.16 0.13 0.42
HSL 347.5º 0.1% 0.53% -
HSV(B) 347.5º 0.16% 0.58% -
XYZ 23.01 21.93 23.44 -
YUV 130.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 147 123 128 0 0.16 0.13 0.42 347.5 0.1 0.53
Hex 93 7B 80 0 10 D 2A 15C A 35
Octal 223 173 200 0 20 15 52 534 12 65
Binary 10010011 1111011 10000000 0 10000 1101 101010 101011100 1010 110101

Color Harmonies of #937B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937B80

Black with #937B80

Text Example


Text Example

White with #937B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,123,128); }

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

background-color css

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

 a { background-color: rgb(147,123,128); }

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

border-color css

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

 span { border-color: rgb(147,123,128); }

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