Html Css Color HEX #775E70 Salt Box

📋 copy color: '#775E70'

red 119 ◦ green 94 ◦ blue 112

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

Shades of Salt Box #775E70

Tints of Salt Box #775E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

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

R = 36.62%
G = 28.92%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#775E70 (or 0x775E70) is known color: Salt Box. HEX triplet: 77, 5E and 70. RGB value is (119,94,112). Sum of RGB (Red+Green+Blue) = 119+94+112=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E70 is #88A18F. Grayscale: #676767. Windows color (decimal): -8954256 or 7364215. OLE color: 7364215.

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

Color convert

RGB 119 94 112 -
CMYK 0 0.21 0.06 0.53
HSL 316.8º 0.12% 0.42% -
HSV(B) 316.8º 0.21% 0.47% -
XYZ 14.54 13.1 17.09 -
YUV 103.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 119 94 112 0 0.21 0.06 0.53 316.8 0.12 0.42
Hex 77 5E 70 0 15 6 35 13D C 2A
Octal 167 136 160 0 25 6 65 475 14 52
Binary 1110111 1011110 1110000 0 10101 110 110101 100111101 1100 101010

Color Harmonies of #775E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E70

Black with #775E70

Text Example


Text Example

White with #775E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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