Html Css Color HEX #755671 Salt Box

📋 copy color: '#755671'

red 117 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #755671

Tints of Salt Box #755671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

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

R = 37.03%
G = 27.22%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755671 (or 0x755671) is known color: Salt Box. HEX triplet: 75, 56 and 71. RGB value is (117,86,113). Sum of RGB (Red+Green+Blue) = 117+86+113=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755671 is #8AA98E. Grayscale: #626262. Windows color (decimal): -9087375 or 7427701. OLE color: 7427701.

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

Color convert

RGB 117 86 113 -
CMYK 0 0.26 0.03 0.54
HSL 307.74º 0.15% 0.4% -
HSV(B) 307.74º 0.26% 0.46% -
XYZ 13.64 11.63 17.15 -
YUV 98.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 117 86 113 0 0.26 0.03 0.54 307.74 0.15 0.4
Hex 75 56 71 0 1A 3 36 134 F 28
Octal 165 126 161 0 32 3 66 464 17 50
Binary 1110101 1010110 1110001 0 11010 11 110110 100110100 1111 101000

Color Harmonies of #755671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755671

Black with #755671

Text Example


Text Example

White with #755671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755671; }

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

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

background-color css

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

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

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

border-color css

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

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

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