Html Css Color HEX #774E6E Salt Box

📋 copy color: '#774E6E'

red 119 ◦ green 78 ◦ blue 110

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

Shades of Salt Box #774E6E

Tints of Salt Box #774E6E

RGB

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

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

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

R = 38.76%
G = 25.41%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#774E6E (or 0x774E6E) is known color: Salt Box. HEX triplet: 77, 4E and 6E. RGB value is (119,78,110). Sum of RGB (Red+Green+Blue) = 119+78+110=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #774E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E6E is #88B191. Grayscale: #5D5D5D. Windows color (decimal): -8958354 or 7229047. OLE color: 7229047.

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

Color convert

RGB 119 78 110 -
CMYK 0 0.34 0.08 0.53
HSL 313.17º 0.21% 0.39% -
HSV(B) 313.17º 0.34% 0.47% -
XYZ 13.15 10.5 16.08 -
YUV 93.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 119 78 110 0 0.34 0.08 0.53 313.17 0.21 0.39
Hex 77 4E 6E 0 22 8 35 139 15 27
Octal 167 116 156 0 42 10 65 471 25 47
Binary 1110111 1001110 1101110 0 100010 1000 110101 100111001 10101 100111

Color Harmonies of #774E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E6E

Black with #774E6E

Text Example


Text Example

White with #774E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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