Html Css Color HEX #775471 Salt Box

📋 copy color: '#775471'

red 119 ◦ green 84 ◦ blue 113

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

Shades of Salt Box #775471

Tints of Salt Box #775471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 37.66%
G = 26.58%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#775471 (or 0x775471) is known color: Salt Box. HEX triplet: 77, 54 and 71. RGB value is (119,84,113). Sum of RGB (Red+Green+Blue) = 119+84+113=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775471 is #88AB8E. Grayscale: #616161. Windows color (decimal): -8956815 or 7427191. OLE color: 7427191.

HSL color Cylindrical-coordinate representation of color #775471: hue angle of 310.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775471 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 113 -
CMYK 0 0.29 0.05 0.53
HSL 310.29º 0.17% 0.4% -
HSV(B) 310.29º 0.29% 0.47% -
XYZ 13.76 11.45 17.11 -
YUV 97.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 119 84 113 0 0.29 0.05 0.53 310.29 0.17 0.4
Hex 77 54 71 0 1D 5 35 136 11 28
Octal 167 124 161 0 35 5 65 466 21 50
Binary 1110111 1010100 1110001 0 11101 101 110101 100110110 10001 101000

Color Harmonies of #775471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775471

Black with #775471

Text Example


Text Example

White with #775471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775471; }

 p { color: rgb(119,84,113); }

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

background-color css

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

 a { background-color: rgb(119,84,113); }

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

border-color css

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

 span { border-color: rgb(119,84,113); }

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