Html Css Color HEX #76556C Salt Box

📋 copy color: '#76556C'

red 118 ◦ green 85 ◦ blue 108

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

Shades of Salt Box #76556C

Tints of Salt Box #76556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 37.94%
G = 27.33%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76556C (or 0x76556C) is known color: Salt Box. HEX triplet: 76, 55 and 6C. RGB value is (118,85,108). Sum of RGB (Red+Green+Blue) = 118+85+108=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76556C is #89AA93. Grayscale: #616161. Windows color (decimal): -9022100 or 7099766. OLE color: 7099766.

HSL color Cylindrical-coordinate representation of color #76556C: hue angle of 318.18º 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 #76556C is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 108 -
CMYK 0 0.28 0.08 0.54
HSL 318.18º 0.16% 0.4% -
HSV(B) 318.18º 0.28% 0.46% -
XYZ 13.43 11.43 15.69 -
YUV 97.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 118 85 108 0 0.28 0.08 0.54 318.18 0.16 0.4
Hex 76 55 6C 0 1C 8 36 13E 10 28
Octal 166 125 154 0 34 10 66 476 20 50
Binary 1110110 1010101 1101100 0 11100 1000 110110 100111110 10000 101000

Color Harmonies of #76556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76556C

Black with #76556C

Text Example


Text Example

White with #76556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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