Html Css Color HEX #76616E Salt Box

📋 copy color: '#76616E'

red 118 ◦ green 97 ◦ blue 110

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

Shades of Salt Box #76616E

Tints of Salt Box #76616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 36.31%
G = 29.85%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76616E (or 0x76616E) is known color: Salt Box. HEX triplet: 76, 61 and 6E. RGB value is (118,97,110). Sum of RGB (Red+Green+Blue) = 118+97+110=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76616E is #899E91. Grayscale: #686868. Windows color (decimal): -9019026 or 7233910. OLE color: 7233910.

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

Color convert

RGB 118 97 110 -
CMYK 0 0.18 0.07 0.54
HSL 322.86º 0.1% 0.42% -
HSV(B) 322.86º 0.18% 0.46% -
XYZ 14.56 13.53 16.6 -
YUV 104.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 118 97 110 0 0.18 0.07 0.54 322.86 0.1 0.42
Hex 76 61 6E 0 12 7 36 143 A 2A
Octal 166 141 156 0 22 7 66 503 12 52
Binary 1110110 1100001 1101110 0 10010 111 110110 101000011 1010 101010

Color Harmonies of #76616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76616E

Black with #76616E

Text Example


Text Example

White with #76616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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