Html Css Color HEX #77496C Salt Box

📋 copy color: '#77496C'

red 119 ◦ green 73 ◦ blue 108

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

Shades of Salt Box #77496C

Tints of Salt Box #77496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 39.67%
G = 24.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77496C (or 0x77496C) is known color: Salt Box. HEX triplet: 77, 49 and 6C. RGB value is (119,73,108). Sum of RGB (Red+Green+Blue) = 119+73+108=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77496C is #88B693. Grayscale: #5A5A5A. Windows color (decimal): -8959636 or 7096695. OLE color: 7096695.

HSL color Cylindrical-coordinate representation of color #77496C: hue angle of 314.35º 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 #77496C is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 73 108 -
CMYK 0 0.39 0.09 0.53
HSL 314.35º 0.24% 0.38% -
HSV(B) 314.35º 0.39% 0.47% -
XYZ 12.7 9.77 15.4 -
YUV 90.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 119 73 108 0 0.39 0.09 0.53 314.35 0.24 0.38
Hex 77 49 6C 0 27 9 35 13A 18 26
Octal 167 111 154 0 47 11 65 472 30 46
Binary 1110111 1001001 1101100 0 100111 1001 110101 100111010 11000 100110

Color Harmonies of #77496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77496C

Black with #77496C

Text Example


Text Example

White with #77496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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