Html Css Color HEX #74454C Tosca

📋 copy color: '#74454C'

red 116 ◦ green 69 ◦ blue 76

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

Shades of Tosca #74454C

Tints of Tosca #74454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 44.44%
G = 26.44%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74454C (or 0x74454C) is known color: Tosca. HEX triplet: 74, 45 and 4C. RGB value is (116,69,76). Sum of RGB (Red+Green+Blue) = 116+69+76=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74454C is #8BBAB3. Grayscale: #535353. Windows color (decimal): -9157300 or 4998516. OLE color: 4998516.

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

Color convert

RGB 116 69 76 -
CMYK 0 0.41 0.34 0.55
HSL 351.06º 0.25% 0.36% -
HSV(B) 351.06º 0.41% 0.45% -
XYZ 10.64 8.49 7.92 -
YUV 83.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 116 69 76 0 0.41 0.34 0.55 351.06 0.25 0.36
Hex 74 45 4C 0 29 22 37 15F 19 24
Octal 164 105 114 0 51 42 67 537 31 44
Binary 1110100 1000101 1001100 0 101001 100010 110111 101011111 11001 100100

Color Harmonies of #74454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74454C

Black with #74454C

Text Example


Text Example

White with #74454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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