Html Css Color HEX #74464A Tosca

📋 copy color: '#74464A'

red 116 ◦ green 70 ◦ blue 74

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

Shades of Tosca #74464A

Tints of Tosca #74464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 44.62%
G = 26.92%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74464A (or 0x74464A) is known color: Tosca. HEX triplet: 74, 46 and 4A. RGB value is (116,70,74). Sum of RGB (Red+Green+Blue) = 116+70+74=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74464A is #8BB9B5. Grayscale: #545454. Windows color (decimal): -9157046 or 4867700. OLE color: 4867700.

HSL color Cylindrical-coordinate representation of color #74464A: hue angle of 354.78º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74464A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 74 -
CMYK 0 0.40 0.36 0.55
HSL 354.78º 0.25% 0.36% -
HSV(B) 354.78º 0.4% 0.45% -
XYZ 10.63 8.59 7.58 -
YUV 84.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 116 70 74 0 0.40 0.36 0.55 354.78 0.25 0.36
Hex 74 46 4A 0 28 24 37 163 19 24
Octal 164 106 112 0 50 44 67 543 31 44
Binary 1110100 1000110 1001010 0 101000 100100 110111 101100011 11001 100100

Color Harmonies of #74464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74464A

Black with #74464A

Text Example


Text Example

White with #74464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74464A; }

 p { color: rgb(116,70,74); }

 H1.HeaderClassName
 {
   color: #74464A;
 }
 .AnyTagClassName
 {
   color: #74464A;
 }
</style>

background-color css

<style>
 a { background-color: #74464A; }

 a { background-color: rgb(116,70,74); }

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

border-color css

<style>
 span { border-color: #74464A; }

 span { border-color: rgb(116,70,74); }

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