Html Css Color HEX #74606F Salt Box

📋 copy color: '#74606F'

red 116 ◦ green 96 ◦ blue 111

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

Shades of Salt Box #74606F

Tints of Salt Box #74606F

RGB

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

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

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

R = 35.91%
G = 29.72%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74606F (or 0x74606F) is known color: Salt Box. HEX triplet: 74, 60 and 6F. RGB value is (116,96,111). Sum of RGB (Red+Green+Blue) = 116+96+111=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74606F is #8B9F90. Grayscale: #676767. Windows color (decimal): -9150353 or 7299188. OLE color: 7299188.

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

Color convert

RGB 116 96 111 -
CMYK 0 0.17 0.04 0.55
HSL 315º 0.09% 0.42% -
HSV(B) 315º 0.17% 0.45% -
XYZ 14.25 13.23 16.84 -
YUV 103.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 116 96 111 0 0.17 0.04 0.55 315 0.09 0.42
Hex 74 60 6F 0 11 4 37 13B 9 2A
Octal 164 140 157 0 21 4 67 473 11 52
Binary 1110100 1100000 1101111 0 10001 100 110111 100111011 1001 101010

Color Harmonies of #74606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74606F

Black with #74606F

Text Example


Text Example

White with #74606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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