Html Css Color HEX #734246 Tosca

📋 copy color: '#734246'

red 115 ◦ green 66 ◦ blue 70

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

Shades of Tosca #734246

Tints of Tosca #734246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 45.82%
G = 26.29%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#734246 (or 0x734246) is known color: Tosca. HEX triplet: 73, 42 and 46. RGB value is (115,66,70). Sum of RGB (Red+Green+Blue) = 115+66+70=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #734246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734246 is #8CBDB9. Grayscale: #515151. Windows color (decimal): -9223610 or 4604531. OLE color: 4604531.

HSL color Cylindrical-coordinate representation of color #734246: hue angle of 355.1º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734246 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 70 -
CMYK 0 0.43 0.39 0.55
HSL 355.1º 0.27% 0.35% -
HSV(B) 355.1º 0.43% 0.45% -
XYZ 10.12 7.98 6.8 -
YUV 81.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 115 66 70 0 0.43 0.39 0.55 355.1 0.27 0.35
Hex 73 42 46 0 2B 27 37 163 1B 23
Octal 163 102 106 0 53 47 67 543 33 43
Binary 1110011 1000010 1000110 0 101011 100111 110111 101100011 11011 100011

Color Harmonies of #734246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734246

Black with #734246

Text Example


Text Example

White with #734246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734246; }

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

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

background-color css

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

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

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

border-color css

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

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

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