Html Css Color HEX #77586F Salt Box

📋 copy color: '#77586F'

red 119 ◦ green 88 ◦ blue 111

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

Shades of Salt Box #77586F

Tints of Salt Box #77586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 37.42%
G = 27.67%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77586F (or 0x77586F) is known color: Salt Box. HEX triplet: 77, 58 and 6F. RGB value is (119,88,111). Sum of RGB (Red+Green+Blue) = 119+88+111=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #77586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77586F is #88A790. Grayscale: #636363. Windows color (decimal): -8955793 or 7297143. OLE color: 7297143.

HSL color Cylindrical-coordinate representation of color #77586F: hue angle of 315.48º 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 #77586F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 111 -
CMYK 0 0.26 0.07 0.53
HSL 315.48º 0.15% 0.41% -
HSV(B) 315.48º 0.26% 0.47% -
XYZ 13.97 12.05 16.63 -
YUV 99.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 119 88 111 0 0.26 0.07 0.53 315.48 0.15 0.41
Hex 77 58 6F 0 1A 7 35 13B F 29
Octal 167 130 157 0 32 7 65 473 17 51
Binary 1110111 1011000 1101111 0 11010 111 110101 100111011 1111 101001

Color Harmonies of #77586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77586F

Black with #77586F

Text Example


Text Example

White with #77586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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