Html Css Color HEX #76606F Salt Box

📋 copy color: '#76606F'

red 118 ◦ green 96 ◦ blue 111

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

Shades of Salt Box #76606F

Tints of Salt Box #76606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 36.31%
G = 29.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76606F (or 0x76606F) is known color: Salt Box. HEX triplet: 76, 60 and 6F. RGB value is (118,96,111). Sum of RGB (Red+Green+Blue) = 118+96+111=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76606F is #899F90. Grayscale: #686868. Windows color (decimal): -9019281 or 7299190. OLE color: 7299190.

HSL color Cylindrical-coordinate representation of color #76606F: hue angle of 319.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76606F is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 111 -
CMYK 0 0.19 0.06 0.54
HSL 319.09º 0.1% 0.42% -
HSV(B) 319.09º 0.19% 0.46% -
XYZ 14.52 13.36 16.85 -
YUV 104.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 118 96 111 0 0.19 0.06 0.54 319.09 0.1 0.42
Hex 76 60 6F 0 13 6 36 13F A 2A
Octal 166 140 157 0 23 6 66 477 12 52
Binary 1110110 1100000 1101111 0 10011 110 110110 100111111 1010 101010

Color Harmonies of #76606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76606F

Black with #76606F

Text Example


Text Example

White with #76606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76606F; }

 p { color: rgb(118,96,111); }

 H1.HeaderClassName
 {
   color: #76606F;
 }
 .AnyTagClassName
 {
   color: #76606F;
 }
</style>

background-color css

<style>
 a { background-color: #76606F; }

 a { background-color: rgb(118,96,111); }

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

border-color css

<style>
 span { border-color: #76606F; }

 span { border-color: rgb(118,96,111); }

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