Html Css Color HEX #775A70 Salt Box

📋 copy color: '#775A70'

red 119 ◦ green 90 ◦ blue 112

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

Shades of Salt Box #775A70

Tints of Salt Box #775A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

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

R = 37.07%
G = 28.04%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#775A70 (or 0x775A70) is known color: Salt Box. HEX triplet: 77, 5A and 70. RGB value is (119,90,112). Sum of RGB (Red+Green+Blue) = 119+90+112=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A70 is #88A58F. Grayscale: #656565. Windows color (decimal): -8955280 or 7363191. OLE color: 7363191.

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

Color convert

RGB 119 90 112 -
CMYK 0 0.24 0.06 0.53
HSL 314.48º 0.14% 0.41% -
HSV(B) 314.48º 0.24% 0.47% -
XYZ 14.19 12.4 16.98 -
YUV 101.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 119 90 112 0 0.24 0.06 0.53 314.48 0.14 0.41
Hex 77 5A 70 0 18 6 35 13A E 29
Octal 167 132 160 0 30 6 65 472 16 51
Binary 1110111 1011010 1110000 0 11000 110 110101 100111010 1110 101001

Color Harmonies of #775A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A70

Black with #775A70

Text Example


Text Example

White with #775A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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