Html Css Color HEX #764346 Tosca

📋 copy color: '#764346'

red 118 ◦ green 67 ◦ blue 70

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

Shades of Tosca #764346

Tints of Tosca #764346

RGB

 RED value IS 118 (46.48% from 255) = 46.27%

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 46.27%
G = 26.27%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764346 (or 0x764346) is known color: Tosca. HEX triplet: 76, 43 and 46. RGB value is (118,67,70). Sum of RGB (Red+Green+Blue) = 118+67+70=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764346 is #89BCB9. Grayscale: #525252. Windows color (decimal): -9026746 or 4604790. OLE color: 4604790.

HSL color Cylindrical-coordinate representation of color #764346: hue angle of 356.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764346 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 70 -
CMYK 0 0.43 0.41 0.54
HSL 356.47º 0.28% 0.36% -
HSV(B) 356.47º 0.43% 0.46% -
XYZ 10.58 8.31 6.84 -
YUV 82.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 118 67 70 0 0.43 0.41 0.54 356.47 0.28 0.36
Hex 76 43 46 0 2B 29 36 164 1C 24
Octal 166 103 106 0 53 51 66 544 34 44
Binary 1110110 1000011 1000110 0 101011 101001 110110 101100100 11100 100100

Color Harmonies of #764346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764346

Black with #764346

Text Example


Text Example

White with #764346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764346; }

 p { color: rgb(118,67,70); }

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

background-color css

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

 a { background-color: rgb(118,67,70); }

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

border-color css

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

 span { border-color: rgb(118,67,70); }

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