Html Css Color HEX #77486D Salt Box

📋 copy color: '#77486D'

red 119 ◦ green 72 ◦ blue 109

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

Shades of Salt Box #77486D

Tints of Salt Box #77486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 39.67%
G = 24%
B = 36.33%

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

#77486D (or 0x77486D) is known color: Salt Box. HEX triplet: 77, 48 and 6D. RGB value is (119,72,109). Sum of RGB (Red+Green+Blue) = 119+72+109=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77486D is #88B792. Grayscale: #5A5A5A. Windows color (decimal): -8959891 or 7161975. OLE color: 7161975.

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

Color convert

RGB 119 72 109 -
CMYK 0 0.39 0.08 0.53
HSL 312.77º 0.25% 0.37% -
HSV(B) 312.77º 0.39% 0.47% -
XYZ 12.69 9.66 15.66 -
YUV 90.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 119 72 109 0 0.39 0.08 0.53 312.77 0.25 0.37
Hex 77 48 6D 0 27 8 35 139 19 25
Octal 167 110 155 0 47 10 65 471 31 45
Binary 1110111 1001000 1101101 0 100111 1000 110101 100111001 11001 100101

Color Harmonies of #77486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77486D

Black with #77486D

Text Example


Text Example

White with #77486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77486D; }

 p { color: rgb(119,72,109); }

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

background-color css

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

 a { background-color: rgb(119,72,109); }

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

border-color css

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

 span { border-color: rgb(119,72,109); }

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