Html Css Color HEX #74636E Salt Box

📋 copy color: '#74636E'

red 116 ◦ green 99 ◦ blue 110

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

Shades of Salt Box #74636E

Tints of Salt Box #74636E

RGB

 RED value IS 116 (45.7% from 255) = 35.69%

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 35.69%
G = 30.46%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74636E (or 0x74636E) is known color: Salt Box. HEX triplet: 74, 63 and 6E. RGB value is (116,99,110). Sum of RGB (Red+Green+Blue) = 116+99+110=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #74636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636E is #8B9C91. Grayscale: #696969. Windows color (decimal): -9149586 or 7234420. OLE color: 7234420.

HSL color Cylindrical-coordinate representation of color #74636E: hue angle of 321.18º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74636E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 110 -
CMYK 0 0.15 0.05 0.55
HSL 321.18º 0.08% 0.42% -
HSV(B) 321.18º 0.15% 0.45% -
XYZ 14.48 13.76 16.65 -
YUV 105.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 116 99 110 0 0.15 0.05 0.55 321.18 0.08 0.42
Hex 74 63 6E 0 F 5 37 141 8 2A
Octal 164 143 156 0 17 5 67 501 10 52
Binary 1110100 1100011 1101110 0 1111 101 110111 101000001 1000 101010

Color Harmonies of #74636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74636E

Black with #74636E

Text Example


Text Example

White with #74636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,99,110); }

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

background-color css

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

 a { background-color: rgb(116,99,110); }

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

border-color css

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

 span { border-color: rgb(116,99,110); }

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