Html Css Color HEX #775F70 Salt Box

📋 copy color: '#775F70'

red 119 ◦ green 95 ◦ blue 112

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

Shades of Salt Box #775F70

Tints of Salt Box #775F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.14%

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

R = 36.5%
G = 29.14%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#775F70 (or 0x775F70) is known color: Salt Box. HEX triplet: 77, 5F and 70. RGB value is (119,95,112). Sum of RGB (Red+Green+Blue) = 119+95+112=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #775F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F70 is #88A08F. Grayscale: #686868. Windows color (decimal): -8954000 or 7364471. OLE color: 7364471.

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

Color convert

RGB 119 95 112 -
CMYK 0 0.20 0.06 0.53
HSL 317.5º 0.11% 0.42% -
HSV(B) 317.5º 0.2% 0.47% -
XYZ 14.62 13.28 17.12 -
YUV 104.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 119 95 112 0 0.20 0.06 0.53 317.5 0.11 0.42
Hex 77 5F 70 0 14 6 35 13E B 2A
Octal 167 137 160 0 24 6 65 476 13 52
Binary 1110111 1011111 1110000 0 10100 110 110101 100111110 1011 101010

Color Harmonies of #775F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F70

Black with #775F70

Text Example


Text Example

White with #775F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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