Html Css Color HEX #76476B Salt Box

📋 copy color: '#76476B'

red 118 ◦ green 71 ◦ blue 107

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

Shades of Salt Box #76476B

Tints of Salt Box #76476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 39.86%
G = 23.99%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76476B (or 0x76476B) is known color: Salt Box. HEX triplet: 76, 47 and 6B. RGB value is (118,71,107). Sum of RGB (Red+Green+Blue) = 118+71+107=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76476B is #89B894. Grayscale: #595959. Windows color (decimal): -9025685 or 7030646. OLE color: 7030646.

HSL color Cylindrical-coordinate representation of color #76476B: hue angle of 314.04º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76476B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 107 -
CMYK 0 0.40 0.09 0.54
HSL 314.04º 0.25% 0.37% -
HSV(B) 314.04º 0.4% 0.46% -
XYZ 12.38 9.42 15.08 -
YUV 89.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 118 71 107 0 0.40 0.09 0.54 314.04 0.25 0.37
Hex 76 47 6B 0 28 9 36 13A 19 25
Octal 166 107 153 0 50 11 66 472 31 45
Binary 1110110 1000111 1101011 0 101000 1001 110110 100111010 11001 100101

Color Harmonies of #76476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76476B

Black with #76476B

Text Example


Text Example

White with #76476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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