Html Css Color HEX #775071 Salt Box

📋 copy color: '#775071'

red 119 ◦ green 80 ◦ blue 113

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

Shades of Salt Box #775071

Tints of Salt Box #775071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 38.14%
G = 25.64%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#775071 (or 0x775071) is known color: Salt Box. HEX triplet: 77, 50 and 71. RGB value is (119,80,113). Sum of RGB (Red+Green+Blue) = 119+80+113=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #775071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775071 is #88AF8E. Grayscale: #5F5F5F. Windows color (decimal): -8957839 or 7426167. OLE color: 7426167.

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

Color convert

RGB 119 80 113 -
CMYK 0 0.33 0.05 0.53
HSL 309.23º 0.2% 0.39% -
HSV(B) 309.23º 0.33% 0.47% -
XYZ 13.46 10.85 17.01 -
YUV 95.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 119 80 113 0 0.33 0.05 0.53 309.23 0.2 0.39
Hex 77 50 71 0 21 5 35 135 14 27
Octal 167 120 161 0 41 5 65 465 24 47
Binary 1110111 1010000 1110001 0 100001 101 110101 100110101 10100 100111

Color Harmonies of #775071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775071

Black with #775071

Text Example


Text Example

White with #775071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775071; }

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

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

background-color css

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

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

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

border-color css

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

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

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