Html Css Color HEX #76444A Tosca

📋 copy color: '#76444A'

red 118 ◦ green 68 ◦ blue 74

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

Shades of Tosca #76444A

Tints of Tosca #76444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 45.38%
G = 26.15%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76444A (or 0x76444A) is known color: Tosca. HEX triplet: 76, 44 and 4A. RGB value is (118,68,74). Sum of RGB (Red+Green+Blue) = 118+68+74=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76444A is #89BBB5. Grayscale: #535353. Windows color (decimal): -9026486 or 4867190. OLE color: 4867190.

HSL color Cylindrical-coordinate representation of color #76444A: hue angle of 352.8º 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 #76444A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 74 -
CMYK 0 0.42 0.37 0.54
HSL 352.8º 0.27% 0.36% -
HSV(B) 352.8º 0.42% 0.46% -
XYZ 10.77 8.48 7.55 -
YUV 83.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 118 68 74 0 0.42 0.37 0.54 352.8 0.27 0.36
Hex 76 44 4A 0 2A 25 36 161 1B 24
Octal 166 104 112 0 52 45 66 541 33 44
Binary 1110110 1000100 1001010 0 101010 100101 110110 101100001 11011 100100

Color Harmonies of #76444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76444A

Black with #76444A

Text Example


Text Example

White with #76444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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