Html Css Color HEX #774F6D Salt Box

📋 copy color: '#774F6D'

red 119 ◦ green 79 ◦ blue 109

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

Shades of Salt Box #774F6D

Tints of Salt Box #774F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.73%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 38.76%
G = 25.73%
B = 35.5%

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

#774F6D (or 0x774F6D) is known color: Salt Box. HEX triplet: 77, 4F and 6D. RGB value is (119,79,109). Sum of RGB (Red+Green+Blue) = 119+79+109=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #774F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F6D is #88B092. Grayscale: #5E5E5E. Windows color (decimal): -8958099 or 7163767. OLE color: 7163767.

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

Color convert

RGB 119 79 109 -
CMYK 0 0.34 0.08 0.53
HSL 315º 0.2% 0.39% -
HSV(B) 315º 0.34% 0.47% -
XYZ 13.16 10.62 15.82 -
YUV 94.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 119 79 109 0 0.34 0.08 0.53 315 0.2 0.39
Hex 77 4F 6D 0 22 8 35 13B 14 27
Octal 167 117 155 0 42 10 65 473 24 47
Binary 1110111 1001111 1101101 0 100010 1000 110101 100111011 10100 100111

Color Harmonies of #774F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F6D

Black with #774F6D

Text Example


Text Example

White with #774F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,79,109); }

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

background-color css

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

 a { background-color: rgb(119,79,109); }

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

border-color css

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

 span { border-color: rgb(119,79,109); }

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