Html Css Color HEX #785A70 Salt Box

📋 copy color: '#785A70'

red 120 ◦ green 90 ◦ blue 112

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

Shades of Salt Box #785A70

Tints of Salt Box #785A70

RGB

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

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

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

R = 37.27%
G = 27.95%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#785A70 (or 0x785A70) is known color: Salt Box. HEX triplet: 78, 5A and 70. RGB value is (120,90,112). Sum of RGB (Red+Green+Blue) = 120+90+112=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A70 is #87A58F. Grayscale: #656565. Windows color (decimal): -8889744 or 7363192. OLE color: 7363192.

HSL color Cylindrical-coordinate representation of color #785A70: hue angle of 316º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A70 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 112 -
CMYK 0 0.25 0.07 0.53
HSL 316º 0.14% 0.41% -
HSV(B) 316º 0.25% 0.47% -
XYZ 14.33 12.48 16.98 -
YUV 101.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 120 90 112 0 0.25 0.07 0.53 316 0.14 0.41
Hex 78 5A 70 0 19 7 35 13C E 29
Octal 170 132 160 0 31 7 65 474 16 51
Binary 1111000 1011010 1110000 0 11001 111 110101 100111100 1110 101001

Color Harmonies of #785A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A70

Black with #785A70

Text Example


Text Example

White with #785A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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