Html Css Color HEX #775370 Salt Box

📋 copy color: '#775370'

red 119 ◦ green 83 ◦ blue 112

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

Shades of Salt Box #775370

Tints of Salt Box #775370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 37.9%
G = 26.43%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#775370 (or 0x775370) is known color: Salt Box. HEX triplet: 77, 53 and 70. RGB value is (119,83,112). Sum of RGB (Red+Green+Blue) = 119+83+112=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #775370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775370 is #88AC8F. Grayscale: #606060. Windows color (decimal): -8957072 or 7361399. OLE color: 7361399.

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

Color convert

RGB 119 83 112 -
CMYK 0 0.30 0.06 0.53
HSL 311.67º 0.18% 0.4% -
HSV(B) 311.67º 0.3% 0.47% -
XYZ 13.63 11.28 16.79 -
YUV 97.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 119 83 112 0 0.30 0.06 0.53 311.67 0.18 0.4
Hex 77 53 70 0 1E 6 35 138 12 28
Octal 167 123 160 0 36 6 65 470 22 50
Binary 1110111 1010011 1110000 0 11110 110 110101 100111000 10010 101000

Color Harmonies of #775370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775370

Black with #775370

Text Example


Text Example

White with #775370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775370; }

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

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

background-color css

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

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

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

border-color css

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

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

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