Html Css Color HEX #774B70 Salt Box

📋 copy color: '#774B70'

red 119 ◦ green 75 ◦ blue 112

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

Shades of Salt Box #774B70

Tints of Salt Box #774B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

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

R = 38.89%
G = 24.51%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#774B70 (or 0x774B70) is known color: Salt Box. HEX triplet: 77, 4B and 70. RGB value is (119,75,112). Sum of RGB (Red+Green+Blue) = 119+75+112=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B70 is #88B48F. Grayscale: #5C5C5C. Windows color (decimal): -8959120 or 7359351. OLE color: 7359351.

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

Color convert

RGB 119 75 112 -
CMYK 0 0.37 0.06 0.53
HSL 309.55º 0.23% 0.38% -
HSV(B) 309.55º 0.37% 0.47% -
XYZ 13.05 10.12 16.6 -
YUV 92.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 119 75 112 0 0.37 0.06 0.53 309.55 0.23 0.38
Hex 77 4B 70 0 25 6 35 136 17 26
Octal 167 113 160 0 45 6 65 466 27 46
Binary 1110111 1001011 1110000 0 100101 110 110101 100110110 10111 100110

Color Harmonies of #774B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B70

Black with #774B70

Text Example


Text Example

White with #774B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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