Html Css Color HEX #774C6F Salt Box

📋 copy color: '#774C6F'

red 119 ◦ green 76 ◦ blue 111

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

Shades of Salt Box #774C6F

Tints of Salt Box #774C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

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

R = 38.89%
G = 24.84%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#774C6F (or 0x774C6F) is known color: Salt Box. HEX triplet: 77, 4C and 6F. RGB value is (119,76,111). Sum of RGB (Red+Green+Blue) = 119+76+111=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C6F is #88B390. Grayscale: #5C5C5C. Windows color (decimal): -8958865 or 7294071. OLE color: 7294071.

HSL color Cylindrical-coordinate representation of color #774C6F: hue angle of 311.16º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774C6F is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 111 -
CMYK 0 0.36 0.07 0.53
HSL 311.16º 0.22% 0.38% -
HSV(B) 311.16º 0.36% 0.47% -
XYZ 13.06 10.24 16.33 -
YUV 92.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 119 76 111 0 0.36 0.07 0.53 311.16 0.22 0.38
Hex 77 4C 6F 0 24 7 35 137 16 26
Octal 167 114 157 0 44 7 65 467 26 46
Binary 1110111 1001100 1101111 0 100100 111 110101 100110111 10110 100110

Color Harmonies of #774C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C6F

Black with #774C6F

Text Example


Text Example

White with #774C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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