Html Css Color HEX #734446 Tosca

📋 copy color: '#734446'

red 115 ◦ green 68 ◦ blue 70

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

Shades of Tosca #734446

Tints of Tosca #734446

RGB

 RED value IS 115 (45.31% from 255) = 45.45%

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 45.45%
G = 26.88%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#734446 (or 0x734446) is known color: Tosca. HEX triplet: 73, 44 and 46. RGB value is (115,68,70). Sum of RGB (Red+Green+Blue) = 115+68+70=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #734446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734446 is #8CBBB9. Grayscale: #525252. Windows color (decimal): -9223098 or 4605043. OLE color: 4605043.

HSL color Cylindrical-coordinate representation of color #734446: hue angle of 357.45º degrees, saturation: 0.26, 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 #734446 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 68 70 -
CMYK 0 0.41 0.39 0.55
HSL 357.45º 0.26% 0.36% -
HSV(B) 357.45º 0.41% 0.45% -
XYZ 10.24 8.22 6.84 -
YUV 82.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 115 68 70 0 0.41 0.39 0.55 357.45 0.26 0.36
Hex 73 44 46 0 29 27 37 165 1A 24
Octal 163 104 106 0 51 47 67 545 32 44
Binary 1110011 1000100 1000110 0 101001 100111 110111 101100101 11010 100100

Color Harmonies of #734446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734446

Black with #734446

Text Example


Text Example

White with #734446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734446; }

 p { color: rgb(115,68,70); }

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

background-color css

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

 a { background-color: rgb(115,68,70); }

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

border-color css

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

 span { border-color: rgb(115,68,70); }

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