Html Css Color HEX #74646F Salt Box

📋 copy color: '#74646F'

red 116 ◦ green 100 ◦ blue 111

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

Shades of Salt Box #74646F

Tints of Salt Box #74646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 35.47%
G = 30.58%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74646F (or 0x74646F) is known color: Salt Box. HEX triplet: 74, 64 and 6F. RGB value is (116,100,111). Sum of RGB (Red+Green+Blue) = 116+100+111=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #74646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74646F is #8B9B90. Grayscale: #6A6A6A. Windows color (decimal): -9149329 or 7300212. OLE color: 7300212.

HSL color Cylindrical-coordinate representation of color #74646F: hue angle of 318.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #74646F is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 111 -
CMYK 0 0.14 0.04 0.55
HSL 318.75º 0.07% 0.42% -
HSV(B) 318.75º 0.14% 0.45% -
XYZ 14.63 13.98 16.97 -
YUV 106.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 116 100 111 0 0.14 0.04 0.55 318.75 0.07 0.42
Hex 74 64 6F 0 E 4 37 13F 7 2A
Octal 164 144 157 0 16 4 67 477 7 52
Binary 1110100 1100100 1101111 0 1110 100 110111 100111111 111 101010

Color Harmonies of #74646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74646F

Black with #74646F

Text Example


Text Example

White with #74646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,100,111); }

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

background-color css

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

 a { background-color: rgb(116,100,111); }

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

border-color css

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

 span { border-color: rgb(116,100,111); }

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