Html Css Color HEX #774E70 Salt Box

📋 copy color: '#774E70'

red 119 ◦ green 78 ◦ blue 112

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

Shades of Salt Box #774E70

Tints of Salt Box #774E70

RGB

 RED value IS 119 (46.88% from 255) = 38.51%

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 38.51%
G = 25.24%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#774E70 (or 0x774E70) is known color: Salt Box. HEX triplet: 77, 4E and 70. RGB value is (119,78,112). Sum of RGB (Red+Green+Blue) = 119+78+112=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #774E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E70 is #88B18F. Grayscale: #5E5E5E. Windows color (decimal): -8958352 or 7360119. OLE color: 7360119.

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

Color convert

RGB 119 78 112 -
CMYK 0 0.34 0.06 0.53
HSL 310.24º 0.21% 0.39% -
HSV(B) 310.24º 0.34% 0.47% -
XYZ 13.26 10.54 16.67 -
YUV 94.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 119 78 112 0 0.34 0.06 0.53 310.24 0.21 0.39
Hex 77 4E 70 0 22 6 35 136 15 27
Octal 167 116 160 0 42 6 65 466 25 47
Binary 1110111 1001110 1110000 0 100010 110 110101 100110110 10101 100111

Color Harmonies of #774E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E70

Black with #774E70

Text Example


Text Example

White with #774E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774E70; }

 p { color: rgb(119,78,112); }

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

background-color css

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

 a { background-color: rgb(119,78,112); }

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

border-color css

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

 span { border-color: rgb(119,78,112); }

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