Html Css Color HEX #74464C Tosca

📋 copy color: '#74464C'

red 116 ◦ green 70 ◦ blue 76

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

Shades of Tosca #74464C

Tints of Tosca #74464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 44.27%
G = 26.72%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74464C (or 0x74464C) is known color: Tosca. HEX triplet: 74, 46 and 4C. RGB value is (116,70,76). Sum of RGB (Red+Green+Blue) = 116+70+76=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74464C is #8BB9B3. Grayscale: #545454. Windows color (decimal): -9157044 or 4998772. OLE color: 4998772.

HSL color Cylindrical-coordinate representation of color #74464C: hue angle of 352.17º 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 #74464C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 76 -
CMYK 0 0.40 0.34 0.55
HSL 352.17º 0.25% 0.36% -
HSV(B) 352.17º 0.4% 0.45% -
XYZ 10.7 8.62 7.94 -
YUV 84.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 116 70 76 0 0.40 0.34 0.55 352.17 0.25 0.36
Hex 74 46 4C 0 28 22 37 160 19 24
Octal 164 106 114 0 50 42 67 540 31 44
Binary 1110100 1000110 1001100 0 101000 100010 110111 101100000 11001 100100

Color Harmonies of #74464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74464C

Black with #74464C

Text Example


Text Example

White with #74464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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