Html Css Color HEX #775871 Salt Box

📋 copy color: '#775871'

red 119 ◦ green 88 ◦ blue 113

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

Shades of Salt Box #775871

Tints of Salt Box #775871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 37.19%
G = 27.5%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#775871 (or 0x775871) is known color: Salt Box. HEX triplet: 77, 58 and 71. RGB value is (119,88,113). Sum of RGB (Red+Green+Blue) = 119+88+113=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775871 is #88A78E. Grayscale: #646464. Windows color (decimal): -8955791 or 7428215. OLE color: 7428215.

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

Color convert

RGB 119 88 113 -
CMYK 0 0.26 0.05 0.53
HSL 311.61º 0.15% 0.41% -
HSV(B) 311.61º 0.26% 0.47% -
XYZ 14.08 12.09 17.22 -
YUV 100.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 119 88 113 0 0.26 0.05 0.53 311.61 0.15 0.41
Hex 77 58 71 0 1A 5 35 138 F 29
Octal 167 130 161 0 32 5 65 470 17 51
Binary 1110111 1011000 1110001 0 11010 101 110101 100111000 1111 101001

Color Harmonies of #775871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775871

Black with #775871

Text Example


Text Example

White with #775871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775871; }

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

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

background-color css

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

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

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

border-color css

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

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

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