Html Css Color HEX #734042 Tosca

📋 copy color: '#734042'

red 115 ◦ green 64 ◦ blue 66

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

Shades of Tosca #734042

Tints of Tosca #734042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 46.94%
G = 26.12%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#734042 (or 0x734042) is known color: Tosca. HEX triplet: 73, 40 and 42. RGB value is (115,64,66). Sum of RGB (Red+Green+Blue) = 115+64+66=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #734042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734042 is #8CBFBD. Grayscale: #4F4F4F. Windows color (decimal): -9224126 or 4341875. OLE color: 4341875.

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

Color convert

RGB 115 64 66 -
CMYK 0 0.44 0.43 0.55
HSL 357.65º 0.28% 0.35% -
HSV(B) 357.65º 0.44% 0.45% -
XYZ 9.89 7.7 6.12 -
YUV 79.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 115 64 66 0 0.44 0.43 0.55 357.65 0.28 0.35
Hex 73 40 42 0 2C 2B 37 166 1C 23
Octal 163 100 102 0 54 53 67 546 34 43
Binary 1110011 1000000 1000010 0 101100 101011 110111 101100110 11100 100011

Color Harmonies of #734042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734042

Black with #734042

Text Example


Text Example

White with #734042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734042; }

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

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

background-color css

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

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

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

border-color css

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

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

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