Html Css Color HEX #755871 Salt Box

📋 copy color: '#755871'

red 117 ◦ green 88 ◦ blue 113

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

Shades of Salt Box #755871

Tints of Salt Box #755871

RGB

 RED value IS 117 (46.09% from 255) = 36.79%

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

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

R = 36.79%
G = 27.67%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755871 (or 0x755871) is known color: Salt Box. HEX triplet: 75, 58 and 71. RGB value is (117,88,113). Sum of RGB (Red+Green+Blue) = 117+88+113=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755871 is #8AA78E. Grayscale: #636363. Windows color (decimal): -9086863 or 7428213. OLE color: 7428213.

HSL color Cylindrical-coordinate representation of color #755871: hue angle of 308.28º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755871 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 113 -
CMYK 0 0.25 0.03 0.54
HSL 308.28º 0.14% 0.4% -
HSV(B) 308.28º 0.25% 0.46% -
XYZ 13.81 11.95 17.2 -
YUV 99.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 117 88 113 0 0.25 0.03 0.54 308.28 0.14 0.4
Hex 75 58 71 0 19 3 36 134 E 28
Octal 165 130 161 0 31 3 66 464 16 50
Binary 1110101 1011000 1110001 0 11001 11 110110 100110100 1110 101000

Color Harmonies of #755871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755871

Black with #755871

Text Example


Text Example

White with #755871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755871; }

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

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

background-color css

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

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

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

border-color css

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

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

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