Html Css Color HEX #765971 Salt Box

📋 copy color: '#765971'

red 118 ◦ green 89 ◦ blue 113

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

Shades of Salt Box #765971

Tints of Salt Box #765971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

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

R = 36.88%
G = 27.81%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#765971 (or 0x765971) is known color: Salt Box. HEX triplet: 76, 59 and 71. RGB value is (118,89,113). Sum of RGB (Red+Green+Blue) = 118+89+113=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #765971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765971 is #89A68E. Grayscale: #646464. Windows color (decimal): -9021071 or 7428470. OLE color: 7428470.

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

Color convert

RGB 118 89 113 -
CMYK 0 0.25 0.04 0.54
HSL 310.34º 0.14% 0.41% -
HSV(B) 310.34º 0.25% 0.46% -
XYZ 14.02 12.19 17.24 -
YUV 100.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 118 89 113 0 0.25 0.04 0.54 310.34 0.14 0.41
Hex 76 59 71 0 19 4 36 136 E 29
Octal 166 131 161 0 31 4 66 466 16 51
Binary 1110110 1011001 1110001 0 11001 100 110110 100110110 1110 101001

Color Harmonies of #765971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765971

Black with #765971

Text Example


Text Example

White with #765971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765971; }

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

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

background-color css

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

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

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

border-color css

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

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

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