Html Css Color HEX #775970 Salt Box

📋 copy color: '#775970'

red 119 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #775970

Tints of Salt Box #775970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

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

R = 37.19%
G = 27.81%
B = 35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#775970 (or 0x775970) is known color: Salt Box. HEX triplet: 77, 59 and 70. RGB value is (119,89,112). Sum of RGB (Red+Green+Blue) = 119+89+112=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775970 is #88A68F. Grayscale: #646464. Windows color (decimal): -8955536 or 7362935. OLE color: 7362935.

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

Color convert

RGB 119 89 112 -
CMYK 0 0.25 0.06 0.53
HSL 314º 0.14% 0.41% -
HSV(B) 314º 0.25% 0.47% -
XYZ 14.1 12.24 16.95 -
YUV 100.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 119 89 112 0 0.25 0.06 0.53 314 0.14 0.41
Hex 77 59 70 0 19 6 35 13A E 29
Octal 167 131 160 0 31 6 65 472 16 51
Binary 1110111 1011001 1110000 0 11001 110 110101 100111010 1110 101001

Color Harmonies of #775970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775970

Black with #775970

Text Example


Text Example

White with #775970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775970; }

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

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

background-color css

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

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

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

border-color css

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

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

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