Html Css Color HEX #78536F Salt Box

📋 copy color: '#78536F'

red 120 ◦ green 83 ◦ blue 111

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

Shades of Salt Box #78536F

Tints of Salt Box #78536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 38.22%
G = 26.43%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78536F (or 0x78536F) is known color: Salt Box. HEX triplet: 78, 53 and 6F. RGB value is (120,83,111). Sum of RGB (Red+Green+Blue) = 120+83+111=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #78536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78536F is #87AC90. Grayscale: #616161. Windows color (decimal): -8891537 or 7295864. OLE color: 7295864.

HSL color Cylindrical-coordinate representation of color #78536F: hue angle of 314.59º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78536F is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 111 -
CMYK 0 0.31 0.08 0.53
HSL 314.59º 0.18% 0.4% -
HSV(B) 314.59º 0.31% 0.47% -
XYZ 13.71 11.33 16.5 -
YUV 97.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 120 83 111 0 0.31 0.08 0.53 314.59 0.18 0.4
Hex 78 53 6F 0 1F 8 35 13B 12 28
Octal 170 123 157 0 37 10 65 473 22 50
Binary 1111000 1010011 1101111 0 11111 1000 110101 100111011 10010 101000

Color Harmonies of #78536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78536F

Black with #78536F

Text Example


Text Example

White with #78536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78536F; }

 p { color: rgb(120,83,111); }

 H1.HeaderClassName
 {
   color: #78536F;
 }
 .AnyTagClassName
 {
   color: #78536F;
 }
</style>

background-color css

<style>
 a { background-color: #78536F; }

 a { background-color: rgb(120,83,111); }

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

border-color css

<style>
 span { border-color: #78536F; }

 span { border-color: rgb(120,83,111); }

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