Html Css Color HEX #77496E Salt Box

📋 copy color: '#77496E'

red 119 ◦ green 73 ◦ blue 110

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

Shades of Salt Box #77496E

Tints of Salt Box #77496E

RGB

 RED value IS 119 (46.88% from 255) = 39.4%

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 39.4%
G = 24.17%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77496E (or 0x77496E) is known color: Salt Box. HEX triplet: 77, 49 and 6E. RGB value is (119,73,110). Sum of RGB (Red+Green+Blue) = 119+73+110=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #77496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77496E is #88B691. Grayscale: #5A5A5A. Windows color (decimal): -8959634 or 7227767. OLE color: 7227767.

HSL color Cylindrical-coordinate representation of color #77496E: hue angle of 311.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77496E is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 73 110 -
CMYK 0 0.39 0.08 0.53
HSL 311.74º 0.24% 0.38% -
HSV(B) 311.74º 0.39% 0.47% -
XYZ 12.8 9.81 15.97 -
YUV 90.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 119 73 110 0 0.39 0.08 0.53 311.74 0.24 0.38
Hex 77 49 6E 0 27 8 35 138 18 26
Octal 167 111 156 0 47 10 65 470 30 46
Binary 1110111 1001001 1101110 0 100111 1000 110101 100111000 11000 100110

Color Harmonies of #77496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77496E

Black with #77496E

Text Example


Text Example

White with #77496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77496E; }

 p { color: rgb(119,73,110); }

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

background-color css

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

 a { background-color: rgb(119,73,110); }

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

border-color css

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

 span { border-color: rgb(119,73,110); }

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