Html Css Color HEX #77556C Salt Box

📋 copy color: '#77556C'

red 119 ◦ green 85 ◦ blue 108

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

Shades of Salt Box #77556C

Tints of Salt Box #77556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 38.14%
G = 27.24%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77556C (or 0x77556C) is known color: Salt Box. HEX triplet: 77, 55 and 6C. RGB value is (119,85,108). Sum of RGB (Red+Green+Blue) = 119+85+108=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77556C is #88AA93. Grayscale: #616161. Windows color (decimal): -8956564 or 7099767. OLE color: 7099767.

HSL color Cylindrical-coordinate representation of color #77556C: hue angle of 319.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77556C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 108 -
CMYK 0 0.29 0.09 0.53
HSL 319.41º 0.17% 0.4% -
HSV(B) 319.41º 0.29% 0.47% -
XYZ 13.56 11.5 15.69 -
YUV 97.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 119 85 108 0 0.29 0.09 0.53 319.41 0.17 0.4
Hex 77 55 6C 0 1D 9 35 13F 11 28
Octal 167 125 154 0 35 11 65 477 21 50
Binary 1110111 1010101 1101100 0 11101 1001 110101 100111111 10001 101000

Color Harmonies of #77556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77556C

Black with #77556C

Text Example


Text Example

White with #77556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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