Html Css Color HEX #784E6E Salt Box

📋 copy color: '#784E6E'

red 120 ◦ green 78 ◦ blue 110

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

Shades of Salt Box #784E6E

Tints of Salt Box #784E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 38.96%
G = 25.32%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#784E6E (or 0x784E6E) is known color: Salt Box. HEX triplet: 78, 4E and 6E. RGB value is (120,78,110). Sum of RGB (Red+Green+Blue) = 120+78+110=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #784E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E6E is #87B191. Grayscale: #5E5E5E. Windows color (decimal): -8892818 or 7229048. OLE color: 7229048.

HSL color Cylindrical-coordinate representation of color #784E6E: hue angle of 314.29º 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 #784E6E is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 78 110 -
CMYK 0 0.35 0.08 0.53
HSL 314.29º 0.21% 0.39% -
HSV(B) 314.29º 0.35% 0.47% -
XYZ 13.28 10.57 16.09 -
YUV 94.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 120 78 110 0 0.35 0.08 0.53 314.29 0.21 0.39
Hex 78 4E 6E 0 23 8 35 13A 15 27
Octal 170 116 156 0 43 10 65 472 25 47
Binary 1111000 1001110 1101110 0 100011 1000 110101 100111010 10101 100111

Color Harmonies of #784E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E6E

Black with #784E6E

Text Example


Text Example

White with #784E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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