Html Css Color HEX #775670 Salt Box

📋 copy color: '#775670'

red 119 ◦ green 86 ◦ blue 112

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

Shades of Salt Box #775670

Tints of Salt Box #775670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 37.54%
G = 27.13%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#775670 (or 0x775670) is known color: Salt Box. HEX triplet: 77, 56 and 70. RGB value is (119,86,112). Sum of RGB (Red+Green+Blue) = 119+86+112=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775670 is #88A98F. Grayscale: #626262. Windows color (decimal): -8956304 or 7362167. OLE color: 7362167.

HSL color Cylindrical-coordinate representation of color #775670: hue angle of 312.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775670 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 112 -
CMYK 0 0.28 0.06 0.53
HSL 312.73º 0.16% 0.4% -
HSV(B) 312.73º 0.28% 0.47% -
XYZ 13.86 11.75 16.87 -
YUV 98.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 119 86 112 0 0.28 0.06 0.53 312.73 0.16 0.4
Hex 77 56 70 0 1C 6 35 139 10 28
Octal 167 126 160 0 34 6 65 471 20 50
Binary 1110111 1010110 1110000 0 11100 110 110101 100111001 10000 101000

Color Harmonies of #775670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775670

Black with #775670

Text Example


Text Example

White with #775670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775670; }

 p { color: rgb(119,86,112); }

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

background-color css

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

 a { background-color: rgb(119,86,112); }

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

border-color css

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

 span { border-color: rgb(119,86,112); }

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