Html Css Color HEX #784E6D Salt Box

📋 copy color: '#784E6D'

red 120 ◦ green 78 ◦ blue 109

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

Shades of Salt Box #784E6D

Tints of Salt Box #784E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.41%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 39.09%
G = 25.41%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#784E6D (or 0x784E6D) is known color: Salt Box. HEX triplet: 78, 4E and 6D. RGB value is (120,78,109). Sum of RGB (Red+Green+Blue) = 120+78+109=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #784E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E6D is #87B192. Grayscale: #5E5E5E. Windows color (decimal): -8892819 or 7163512. OLE color: 7163512.

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

Color convert

RGB 120 78 109 -
CMYK 0 0.35 0.09 0.53
HSL 315.71º 0.21% 0.39% -
HSV(B) 315.71º 0.35% 0.47% -
XYZ 13.23 10.55 15.81 -
YUV 94.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 120 78 109 0 0.35 0.09 0.53 315.71 0.21 0.39
Hex 78 4E 6D 0 23 9 35 13C 15 27
Octal 170 116 155 0 43 11 65 474 25 47
Binary 1111000 1001110 1101101 0 100011 1001 110101 100111100 10101 100111

Color Harmonies of #784E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E6D

Black with #784E6D

Text Example


Text Example

White with #784E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,78,109); }

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

background-color css

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

 a { background-color: rgb(120,78,109); }

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

border-color css

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

 span { border-color: rgb(120,78,109); }

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