Html Css Color HEX #764447 Tosca

📋 copy color: '#764447'

red 118 ◦ green 68 ◦ blue 71

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

Shades of Tosca #764447

Tints of Tosca #764447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 45.91%
G = 26.46%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#764447 (or 0x764447) is known color: Tosca. HEX triplet: 76, 44 and 47. RGB value is (118,68,71). Sum of RGB (Red+Green+Blue) = 118+68+71=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764447 is #89BBB8. Grayscale: #535353. Windows color (decimal): -9026489 or 4670582. OLE color: 4670582.

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

Color convert

RGB 118 68 71 -
CMYK 0 0.42 0.40 0.54
HSL 356.4º 0.27% 0.36% -
HSV(B) 356.4º 0.42% 0.46% -
XYZ 10.68 8.44 7.03 -
YUV 83.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 118 68 71 0 0.42 0.40 0.54 356.4 0.27 0.36
Hex 76 44 47 0 2A 28 36 164 1B 24
Octal 166 104 107 0 52 50 66 544 33 44
Binary 1110110 1000100 1000111 0 101010 101000 110110 101100100 11011 100100

Color Harmonies of #764447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764447

Black with #764447

Text Example


Text Example

White with #764447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764447; }

 p { color: rgb(118,68,71); }

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

background-color css

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

 a { background-color: rgb(118,68,71); }

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

border-color css

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

 span { border-color: rgb(118,68,71); }

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