Html Css Color HEX #937784 Venus

📋 copy color: '#937784'

red 147 ◦ green 119 ◦ blue 132

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

Shades of Venus #937784

Tints of Venus #937784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 36.93%
G = 29.9%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#937784 (or 0x937784) is known color: Venus. HEX triplet: 93, 77 and 84. RGB value is (147,119,132). Sum of RGB (Red+Green+Blue) = 147+119+132=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #937784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937784 is #6C887B. Grayscale: #808080. Windows color (decimal): -7112828 or 8681363. OLE color: 8681363.

HSL color Cylindrical-coordinate representation of color #937784: hue angle of 332.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937784 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 119 132 -
CMYK 0 0.19 0.10 0.42
HSL 332.14º 0.11% 0.52% -
HSV(B) 332.14º 0.19% 0.58% -
XYZ 22.79 21.06 24.69 -
YUV 128.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 147 119 132 0 0.19 0.10 0.42 332.14 0.11 0.52
Hex 93 77 84 0 13 A 2A 14C B 34
Octal 223 167 204 0 23 12 52 514 13 64
Binary 10010011 1110111 10000100 0 10011 1010 101010 101001100 1011 110100

Color Harmonies of #937784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937784

Black with #937784

Text Example


Text Example

White with #937784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937784; }

 p { color: rgb(147,119,132); }

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

background-color css

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

 a { background-color: rgb(147,119,132); }

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

border-color css

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

 span { border-color: rgb(147,119,132); }

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