Html Css Color HEX #775A6F Salt Box

📋 copy color: '#775A6F'

red 119 ◦ green 90 ◦ blue 111

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

Shades of Salt Box #775A6F

Tints of Salt Box #775A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 37.19%
G = 28.13%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#775A6F (or 0x775A6F) is known color: Salt Box. HEX triplet: 77, 5A and 6F. RGB value is (119,90,111). Sum of RGB (Red+Green+Blue) = 119+90+111=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A6F is #88A590. Grayscale: #656565. Windows color (decimal): -8955281 or 7297655. OLE color: 7297655.

HSL color Cylindrical-coordinate representation of color #775A6F: hue angle of 316.55º 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 #775A6F is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 111 -
CMYK 0 0.24 0.07 0.53
HSL 316.55º 0.14% 0.41% -
HSV(B) 316.55º 0.24% 0.47% -
XYZ 14.13 12.38 16.68 -
YUV 101.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 119 90 111 0 0.24 0.07 0.53 316.55 0.14 0.41
Hex 77 5A 6F 0 18 7 35 13D E 29
Octal 167 132 157 0 30 7 65 475 16 51
Binary 1110111 1011010 1101111 0 11000 111 110101 100111101 1110 101001

Color Harmonies of #775A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A6F

Black with #775A6F

Text Example


Text Example

White with #775A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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