Html Css Color HEX #76546E Salt Box

📋 copy color: '#76546E'

red 118 ◦ green 84 ◦ blue 110

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

Shades of Salt Box #76546E

Tints of Salt Box #76546E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 37.82%
G = 26.92%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76546E (or 0x76546E) is known color: Salt Box. HEX triplet: 76, 54 and 6E. RGB value is (118,84,110). Sum of RGB (Red+Green+Blue) = 118+84+110=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76546E is #89AB91. Grayscale: #616161. Windows color (decimal): -9022354 or 7230582. OLE color: 7230582.

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

Color convert

RGB 118 84 110 -
CMYK 0 0.29 0.07 0.54
HSL 314.12º 0.17% 0.4% -
HSV(B) 314.12º 0.29% 0.46% -
XYZ 13.46 11.32 16.23 -
YUV 97.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 118 84 110 0 0.29 0.07 0.54 314.12 0.17 0.4
Hex 76 54 6E 0 1D 7 36 13A 11 28
Octal 166 124 156 0 35 7 66 472 21 50
Binary 1110110 1010100 1101110 0 11101 111 110110 100111010 10001 101000

Color Harmonies of #76546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76546E

Black with #76546E

Text Example


Text Example

White with #76546E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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