Html Css Color HEX #76626E Salt Box

📋 copy color: '#76626E'

red 118 ◦ green 98 ◦ blue 110

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

Shades of Salt Box #76626E

Tints of Salt Box #76626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 36.2%
G = 30.06%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76626E (or 0x76626E) is known color: Salt Box. HEX triplet: 76, 62 and 6E. RGB value is (118,98,110). Sum of RGB (Red+Green+Blue) = 118+98+110=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626E is #899D91. Grayscale: #696969. Windows color (decimal): -9018770 or 7234166. OLE color: 7234166.

HSL color Cylindrical-coordinate representation of color #76626E: hue angle of 324º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76626E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 110 -
CMYK 0 0.17 0.07 0.54
HSL 324º 0.09% 0.42% -
HSV(B) 324º 0.17% 0.46% -
XYZ 14.65 13.71 16.63 -
YUV 105.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 118 98 110 0 0.17 0.07 0.54 324 0.09 0.42
Hex 76 62 6E 0 11 7 36 144 9 2A
Octal 166 142 156 0 21 7 66 504 11 52
Binary 1110110 1100010 1101110 0 10001 111 110110 101000100 1001 101010

Color Harmonies of #76626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76626E

Black with #76626E

Text Example


Text Example

White with #76626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76626E; }

 p { color: rgb(118,98,110); }

 H1.HeaderClassName
 {
   color: #76626E;
 }
 .AnyTagClassName
 {
   color: #76626E;
 }
</style>

background-color css

<style>
 a { background-color: #76626E; }

 a { background-color: rgb(118,98,110); }

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

border-color css

<style>
 span { border-color: #76626E; }

 span { border-color: rgb(118,98,110); }

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