Html Css Color HEX #775F6E Salt Box

📋 copy color: '#775F6E'

red 119 ◦ green 95 ◦ blue 110

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

Shades of Salt Box #775F6E

Tints of Salt Box #775F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 36.73%
G = 29.32%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#775F6E (or 0x775F6E) is known color: Salt Box. HEX triplet: 77, 5F and 6E. RGB value is (119,95,110). Sum of RGB (Red+Green+Blue) = 119+95+110=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F6E is #88A091. Grayscale: #676767. Windows color (decimal): -8954002 or 7233399. OLE color: 7233399.

HSL color Cylindrical-coordinate representation of color #775F6E: hue angle of 322.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 #775F6E is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 110 -
CMYK 0 0.20 0.08 0.53
HSL 322.5º 0.11% 0.42% -
HSV(B) 322.5º 0.2% 0.47% -
XYZ 14.51 13.23 16.54 -
YUV 103.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 119 95 110 0 0.20 0.08 0.53 322.5 0.11 0.42
Hex 77 5F 6E 0 14 8 35 142 B 2A
Octal 167 137 156 0 24 10 65 502 13 52
Binary 1110111 1011111 1101110 0 10100 1000 110101 101000010 1011 101010

Color Harmonies of #775F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F6E

Black with #775F6E

Text Example


Text Example

White with #775F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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