Html Css Color HEX #774E6F Salt Box

📋 copy color: '#774E6F'

red 119 ◦ green 78 ◦ blue 111

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

Shades of Salt Box #774E6F

Tints of Salt Box #774E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 38.64%
G = 25.32%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#774E6F (or 0x774E6F) is known color: Salt Box. HEX triplet: 77, 4E and 6F. RGB value is (119,78,111). Sum of RGB (Red+Green+Blue) = 119+78+111=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #774E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E6F is #88B190. Grayscale: #5D5D5D. Windows color (decimal): -8958353 or 7294583. OLE color: 7294583.

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

Color convert

RGB 119 78 111 -
CMYK 0 0.34 0.07 0.53
HSL 311.71º 0.21% 0.39% -
HSV(B) 311.71º 0.34% 0.47% -
XYZ 13.2 10.52 16.37 -
YUV 94.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 119 78 111 0 0.34 0.07 0.53 311.71 0.21 0.39
Hex 77 4E 6F 0 22 7 35 138 15 27
Octal 167 116 157 0 42 7 65 470 25 47
Binary 1110111 1001110 1101111 0 100010 111 110101 100111000 10101 100111

Color Harmonies of #774E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E6F

Black with #774E6F

Text Example


Text Example

White with #774E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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