Html Css Color HEX #76496C Salt Box

📋 copy color: '#76496C'

red 118 ◦ green 73 ◦ blue 108

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

Shades of Salt Box #76496C

Tints of Salt Box #76496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 39.46%
G = 24.41%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76496C (or 0x76496C) is known color: Salt Box. HEX triplet: 76, 49 and 6C. RGB value is (118,73,108). Sum of RGB (Red+Green+Blue) = 118+73+108=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76496C is #89B693. Grayscale: #5A5A5A. Windows color (decimal): -9025172 or 7096694. OLE color: 7096694.

HSL color Cylindrical-coordinate representation of color #76496C: hue angle of 313.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76496C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 108 -
CMYK 0 0.38 0.08 0.54
HSL 313.33º 0.24% 0.37% -
HSV(B) 313.33º 0.38% 0.46% -
XYZ 12.56 9.7 15.4 -
YUV 90.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 118 73 108 0 0.38 0.08 0.54 313.33 0.24 0.37
Hex 76 49 6C 0 26 8 36 139 18 25
Octal 166 111 154 0 46 10 66 471 30 45
Binary 1110110 1001001 1101100 0 100110 1000 110110 100111001 11000 100101

Color Harmonies of #76496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76496C

Black with #76496C

Text Example


Text Example

White with #76496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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