Html Css Color HEX #734748 Tosca

📋 copy color: '#734748'

red 115 ◦ green 71 ◦ blue 72

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

Shades of Tosca #734748

Tints of Tosca #734748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 44.57%
G = 27.52%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#734748 (or 0x734748) is known color: Tosca. HEX triplet: 73, 47 and 48. RGB value is (115,71,72). Sum of RGB (Red+Green+Blue) = 115+71+72=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #734748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734748 is #8CB8B7. Grayscale: #545454. Windows color (decimal): -9222328 or 4736883. OLE color: 4736883.

HSL color Cylindrical-coordinate representation of color #734748: hue angle of 358.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #734748 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 72 -
CMYK 0 0.38 0.37 0.55
HSL 358.64º 0.24% 0.36% -
HSV(B) 358.64º 0.38% 0.45% -
XYZ 10.49 8.62 7.24 -
YUV 84.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 115 71 72 0 0.38 0.37 0.55 358.64 0.24 0.36
Hex 73 47 48 0 26 25 37 167 18 24
Octal 163 107 110 0 46 45 67 547 30 44
Binary 1110011 1000111 1001000 0 100110 100101 110111 101100111 11000 100100

Color Harmonies of #734748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734748

Black with #734748

Text Example


Text Example

White with #734748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734748; }

 p { color: rgb(115,71,72); }

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

background-color css

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

 a { background-color: rgb(115,71,72); }

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

border-color css

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

 span { border-color: rgb(115,71,72); }

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