Html Css Color HEX #785F70 Salt Box

📋 copy color: '#785F70'

red 120 ◦ green 95 ◦ blue 112

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

Shades of Salt Box #785F70

Tints of Salt Box #785F70

RGB

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

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

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

R = 36.7%
G = 29.05%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#785F70 (or 0x785F70) is known color: Salt Box. HEX triplet: 78, 5F and 70. RGB value is (120,95,112). Sum of RGB (Red+Green+Blue) = 120+95+112=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F70 is #87A08F. Grayscale: #686868. Windows color (decimal): -8888464 or 7364472. OLE color: 7364472.

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

Color convert

RGB 120 95 112 -
CMYK 0 0.21 0.07 0.53
HSL 319.2º 0.12% 0.42% -
HSV(B) 319.2º 0.21% 0.47% -
XYZ 14.76 13.35 17.13 -
YUV 104.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 120 95 112 0 0.21 0.07 0.53 319.2 0.12 0.42
Hex 78 5F 70 0 15 7 35 13F C 2A
Octal 170 137 160 0 25 7 65 477 14 52
Binary 1111000 1011111 1110000 0 10101 111 110101 100111111 1100 101010

Color Harmonies of #785F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F70

Black with #785F70

Text Example


Text Example

White with #785F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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