Html Css Color HEX #785E71 Salt Box

📋 copy color: '#785E71'

red 120 ◦ green 94 ◦ blue 113

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

Shades of Salt Box #785E71

Tints of Salt Box #785E71

RGB

 RED value IS 120 (47.27% from 255) = 36.7%

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 36.7%
G = 28.75%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#785E71 (or 0x785E71) is known color: Salt Box. HEX triplet: 78, 5E and 71. RGB value is (120,94,113). Sum of RGB (Red+Green+Blue) = 120+94+113=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E71 is #87A18E. Grayscale: #676767. Windows color (decimal): -8888719 or 7429752. OLE color: 7429752.

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

Color convert

RGB 120 94 113 -
CMYK 0 0.22 0.06 0.53
HSL 316.15º 0.12% 0.42% -
HSV(B) 316.15º 0.22% 0.47% -
XYZ 14.73 13.19 17.39 -
YUV 103.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 120 94 113 0 0.22 0.06 0.53 316.15 0.12 0.42
Hex 78 5E 71 0 16 6 35 13C C 2A
Octal 170 136 161 0 26 6 65 474 14 52
Binary 1111000 1011110 1110001 0 10110 110 110101 100111100 1100 101010

Color Harmonies of #785E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E71

Black with #785E71

Text Example


Text Example

White with #785E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785E71; }

 p { color: rgb(120,94,113); }

 H1.HeaderClassName
 {
   color: #785E71;
 }
 .AnyTagClassName
 {
   color: #785E71;
 }
</style>

background-color css

<style>
 a { background-color: #785E71; }

 a { background-color: rgb(120,94,113); }

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

border-color css

<style>
 span { border-color: #785E71; }

 span { border-color: rgb(120,94,113); }

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