Html Css Color HEX #77586D Salt Box

📋 copy color: '#77586D'

red 119 ◦ green 88 ◦ blue 109

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

Shades of Salt Box #77586D

Tints of Salt Box #77586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 37.66%
G = 27.85%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77586D (or 0x77586D) is known color: Salt Box. HEX triplet: 77, 58 and 6D. RGB value is (119,88,109). Sum of RGB (Red+Green+Blue) = 119+88+109=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77586D is #88A792. Grayscale: #636363. Windows color (decimal): -8955795 or 7166071. OLE color: 7166071.

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

Color convert

RGB 119 88 109 -
CMYK 0 0.26 0.08 0.53
HSL 319.35º 0.15% 0.41% -
HSV(B) 319.35º 0.26% 0.47% -
XYZ 13.86 12.01 16.05 -
YUV 99.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 119 88 109 0 0.26 0.08 0.53 319.35 0.15 0.41
Hex 77 58 6D 0 1A 8 35 13F F 29
Octal 167 130 155 0 32 10 65 477 17 51
Binary 1110111 1011000 1101101 0 11010 1000 110101 100111111 1111 101001

Color Harmonies of #77586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77586D

Black with #77586D

Text Example


Text Example

White with #77586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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