Html Css Color HEX #76556E Salt Box

📋 copy color: '#76556E'

red 118 ◦ green 85 ◦ blue 110

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

Shades of Salt Box #76556E

Tints of Salt Box #76556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 37.7%
G = 27.16%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76556E (or 0x76556E) is known color: Salt Box. HEX triplet: 76, 55 and 6E. RGB value is (118,85,110). Sum of RGB (Red+Green+Blue) = 118+85+110=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76556E is #89AA91. Grayscale: #616161. Windows color (decimal): -9022098 or 7230838. OLE color: 7230838.

HSL color Cylindrical-coordinate representation of color #76556E: hue angle of 314.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76556E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 110 -
CMYK 0 0.28 0.07 0.54
HSL 314.55º 0.16% 0.4% -
HSV(B) 314.55º 0.28% 0.46% -
XYZ 13.53 11.47 16.25 -
YUV 97.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 118 85 110 0 0.28 0.07 0.54 314.55 0.16 0.4
Hex 76 55 6E 0 1C 7 36 13B 10 28
Octal 166 125 156 0 34 7 66 473 20 50
Binary 1110110 1010101 1101110 0 11100 111 110110 100111011 10000 101000

Color Harmonies of #76556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76556E

Black with #76556E

Text Example


Text Example

White with #76556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76556E; }

 p { color: rgb(118,85,110); }

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

background-color css

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

 a { background-color: rgb(118,85,110); }

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

border-color css

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

 span { border-color: rgb(118,85,110); }

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