Html Css Color HEX #74606E Salt Box

📋 copy color: '#74606E'

red 116 ◦ green 96 ◦ blue 110

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

Shades of Salt Box #74606E

Tints of Salt Box #74606E

RGB

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

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

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

R = 36.02%
G = 29.81%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74606E (or 0x74606E) is known color: Salt Box. HEX triplet: 74, 60 and 6E. RGB value is (116,96,110). Sum of RGB (Red+Green+Blue) = 116+96+110=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74606E is #8B9F91. Grayscale: #676767. Windows color (decimal): -9150354 or 7233652. OLE color: 7233652.

HSL color Cylindrical-coordinate representation of color #74606E: hue angle of 318º 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 #74606E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 110 -
CMYK 0 0.17 0.05 0.55
HSL 318º 0.09% 0.42% -
HSV(B) 318º 0.17% 0.45% -
XYZ 14.2 13.2 16.55 -
YUV 103.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 116 96 110 0 0.17 0.05 0.55 318 0.09 0.42
Hex 74 60 6E 0 11 5 37 13E 9 2A
Octal 164 140 156 0 21 5 67 476 11 52
Binary 1110100 1100000 1101110 0 10001 101 110111 100111110 1001 101010

Color Harmonies of #74606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74606E

Black with #74606E

Text Example


Text Example

White with #74606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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