Html Css Color HEX #786071 Salt Box

📋 copy color: '#786071'

red 120 ◦ green 96 ◦ blue 113

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

Shades of Salt Box #786071

Tints of Salt Box #786071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 36.47%
G = 29.18%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#786071 (or 0x786071) is known color: Salt Box. HEX triplet: 78, 60 and 71. RGB value is (120,96,113). Sum of RGB (Red+Green+Blue) = 120+96+113=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #786071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786071 is #879F8E. Grayscale: #696969. Windows color (decimal): -8888207 or 7430264. OLE color: 7430264.

HSL color Cylindrical-coordinate representation of color #786071: hue angle of 317.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786071 is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 113 -
CMYK 0 0.2 0.06 0.53
HSL 317.5º 0.11% 0.42% -
HSV(B) 317.5º 0.2% 0.47% -
XYZ 14.91 13.55 17.45 -
YUV 105.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 120 96 113 0 0.2 0.06 0.53 317.5 0.11 0.42
Hex 78 60 71 0 14 6 35 13E B 2A
Octal 170 140 161 0 24 6 65 476 13 52
Binary 1111000 1100000 1110001 0 10100 110 110101 100111110 1011 101010

Color Harmonies of #786071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786071

Black with #786071

Text Example


Text Example

White with #786071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786071; }

 p { color: rgb(120,96,113); }

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

background-color css

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

 a { background-color: rgb(120,96,113); }

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

border-color css

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

 span { border-color: rgb(120,96,113); }

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