Html Css Color HEX #74494F Tosca

📋 copy color: '#74494F'

red 116 ◦ green 73 ◦ blue 79

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

Shades of Tosca #74494F

Tints of Tosca #74494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 43.28%
G = 27.24%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74494F (or 0x74494F) is known color: Tosca. HEX triplet: 74, 49 and 4F. RGB value is (116,73,79). Sum of RGB (Red+Green+Blue) = 116+73+79=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #74494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74494F is #8BB6B0. Grayscale: #565656. Windows color (decimal): -9156273 or 5196148. OLE color: 5196148.

HSL color Cylindrical-coordinate representation of color #74494F: hue angle of 351.63º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74494F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 79 -
CMYK 0 0.37 0.32 0.55
HSL 351.63º 0.23% 0.37% -
HSV(B) 351.63º 0.37% 0.45% -
XYZ 11 9.04 8.56 -
YUV 86.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 116 73 79 0 0.37 0.32 0.55 351.63 0.23 0.37
Hex 74 49 4F 0 25 20 37 160 17 25
Octal 164 111 117 0 45 40 67 540 27 45
Binary 1110100 1001001 1001111 0 100101 100000 110111 101100000 10111 100101

Color Harmonies of #74494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74494F

Black with #74494F

Text Example


Text Example

White with #74494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,73,79); }

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

background-color css

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

 a { background-color: rgb(116,73,79); }

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

border-color css

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

 span { border-color: rgb(116,73,79); }

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