Html Css Color HEX #76546B Salt Box

📋 copy color: '#76546B'

red 118 ◦ green 84 ◦ blue 107

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

Shades of Salt Box #76546B

Tints of Salt Box #76546B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 38.19%
G = 27.18%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76546B (or 0x76546B) is known color: Salt Box. HEX triplet: 76, 54 and 6B. RGB value is (118,84,107). Sum of RGB (Red+Green+Blue) = 118+84+107=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76546B is #89AB94. Grayscale: #606060. Windows color (decimal): -9022357 or 7033974. OLE color: 7033974.

HSL color Cylindrical-coordinate representation of color #76546B: hue angle of 319.41º 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 #76546B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 107 -
CMYK 0 0.29 0.09 0.54
HSL 319.41º 0.17% 0.4% -
HSV(B) 319.41º 0.29% 0.46% -
XYZ 13.3 11.25 15.38 -
YUV 96.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 118 84 107 0 0.29 0.09 0.54 319.41 0.17 0.4
Hex 76 54 6B 0 1D 9 36 13F 11 28
Octal 166 124 153 0 35 11 66 477 21 50
Binary 1110110 1010100 1101011 0 11101 1001 110110 100111111 10001 101000

Color Harmonies of #76546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76546B

Black with #76546B

Text Example


Text Example

White with #76546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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