Html Css Color HEX #76536D Salt Box

📋 copy color: '#76536D'

red 118 ◦ green 83 ◦ blue 109

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

Shades of Salt Box #76536D

Tints of Salt Box #76536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 38.06%
G = 26.77%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76536D (or 0x76536D) is known color: Salt Box. HEX triplet: 76, 53 and 6D. RGB value is (118,83,109). Sum of RGB (Red+Green+Blue) = 118+83+109=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76536D is #89AC92. Grayscale: #606060. Windows color (decimal): -9022611 or 7164790. OLE color: 7164790.

HSL color Cylindrical-coordinate representation of color #76536D: hue angle of 315.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76536D is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 109 -
CMYK 0 0.30 0.08 0.54
HSL 315.43º 0.17% 0.39% -
HSV(B) 315.43º 0.3% 0.46% -
XYZ 13.32 11.14 15.92 -
YUV 96.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 118 83 109 0 0.30 0.08 0.54 315.43 0.17 0.39
Hex 76 53 6D 0 1E 8 36 13B 11 27
Octal 166 123 155 0 36 10 66 473 21 47
Binary 1110110 1010011 1101101 0 11110 1000 110110 100111011 10001 100111

Color Harmonies of #76536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76536D

Black with #76536D

Text Example


Text Example

White with #76536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76536D; }

 p { color: rgb(118,83,109); }

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

background-color css

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

 a { background-color: rgb(118,83,109); }

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

border-color css

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

 span { border-color: rgb(118,83,109); }

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