Html Css Color HEX #755371 Salt Box

📋 copy color: '#755371'

red 117 ◦ green 83 ◦ blue 113

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

Shades of Salt Box #755371

Tints of Salt Box #755371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 37.38%
G = 26.52%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755371 (or 0x755371) is known color: Salt Box. HEX triplet: 75, 53 and 71. RGB value is (117,83,113). Sum of RGB (Red+Green+Blue) = 117+83+113=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755371 is #8AAC8E. Grayscale: #606060. Windows color (decimal): -9088143 or 7426933. OLE color: 7426933.

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

Color convert

RGB 117 83 113 -
CMYK 0 0.29 0.03 0.54
HSL 307.06º 0.17% 0.39% -
HSV(B) 307.06º 0.29% 0.46% -
XYZ 13.41 11.16 17.07 -
YUV 96.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 117 83 113 0 0.29 0.03 0.54 307.06 0.17 0.39
Hex 75 53 71 0 1D 3 36 133 11 27
Octal 165 123 161 0 35 3 66 463 21 47
Binary 1110101 1010011 1110001 0 11101 11 110110 100110011 10001 100111

Color Harmonies of #755371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755371

Black with #755371

Text Example


Text Example

White with #755371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755371; }

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

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

background-color css

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

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

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

border-color css

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

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

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