Html Css Color HEX #784D6F Salt Box

📋 copy color: '#784D6F'

red 120 ◦ green 77 ◦ blue 111

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

Shades of Salt Box #784D6F

Tints of Salt Box #784D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

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

R = 38.96%
G = 25%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#784D6F (or 0x784D6F) is known color: Salt Box. HEX triplet: 78, 4D and 6F. RGB value is (120,77,111). Sum of RGB (Red+Green+Blue) = 120+77+111=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #784D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D6F is #87B290. Grayscale: #5D5D5D. Windows color (decimal): -8893073 or 7294328. OLE color: 7294328.

HSL color Cylindrical-coordinate representation of color #784D6F: hue angle of 312.56º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784D6F is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 77 111 -
CMYK 0 0.36 0.08 0.53
HSL 312.56º 0.22% 0.39% -
HSV(B) 312.56º 0.36% 0.47% -
XYZ 13.27 10.45 16.36 -
YUV 93.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 120 77 111 0 0.36 0.08 0.53 312.56 0.22 0.39
Hex 78 4D 6F 0 24 8 35 139 16 27
Octal 170 115 157 0 44 10 65 471 26 47
Binary 1111000 1001101 1101111 0 100100 1000 110101 100111001 10110 100111

Color Harmonies of #784D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D6F

Black with #784D6F

Text Example


Text Example

White with #784D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784D6F; }

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

 H1.HeaderClassName
 {
   color: #784D6F;
 }
 .AnyTagClassName
 {
   color: #784D6F;
 }
</style>

background-color css

<style>
 a { background-color: #784D6F; }

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

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

border-color css

<style>
 span { border-color: #784D6F; }

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

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