Html Css Color HEX #765371 Salt Box

📋 copy color: '#765371'

red 118 ◦ green 83 ◦ blue 113

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

Shades of Salt Box #765371

Tints of Salt Box #765371

RGB

 RED value IS 118 (46.48% from 255) = 37.58%

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

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

R = 37.58%
G = 26.43%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#765371 (or 0x765371) is known color: Salt Box. HEX triplet: 76, 53 and 71. RGB value is (118,83,113). Sum of RGB (Red+Green+Blue) = 118+83+113=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #765371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765371 is #89AC8E. Grayscale: #606060. Windows color (decimal): -9022607 or 7426934. OLE color: 7426934.

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

Color convert

RGB 118 83 113 -
CMYK 0 0.30 0.04 0.54
HSL 308.57º 0.17% 0.39% -
HSV(B) 308.57º 0.3% 0.46% -
XYZ 13.55 11.23 17.08 -
YUV 96.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 118 83 113 0 0.30 0.04 0.54 308.57 0.17 0.39
Hex 76 53 71 0 1E 4 36 135 11 27
Octal 166 123 161 0 36 4 66 465 21 47
Binary 1110110 1010011 1110001 0 11110 100 110110 100110101 10001 100111

Color Harmonies of #765371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765371

Black with #765371

Text Example


Text Example

White with #765371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765371; }

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

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

background-color css

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

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

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

border-color css

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

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

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