Html Css Color HEX #76292E Tamarillo

📋 copy color: '#76292E'

red 118 ◦ green 41 ◦ blue 46

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

Shades of Tamarillo #76292E

Tints of Tamarillo #76292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 57.56%
G = 20%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76292E (or 0x76292E) is known color: Tamarillo. HEX triplet: 76, 29 and 2E. RGB value is (118,41,46). Sum of RGB (Red+Green+Blue) = 118+41+46=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #76292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76292E is #89D6D1. Grayscale: #404040. Windows color (decimal): -9033426 or 3025270. OLE color: 3025270.

HSL color Cylindrical-coordinate representation of color #76292E: hue angle of 356.1º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76292E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 46 -
CMYK 0 0.65 0.61 0.54
HSL 356.1º 0.48% 0.31% -
HSV(B) 356.1º 0.65% 0.46% -
XYZ 8.76 5.63 3.21 -
YUV 64.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 118 41 46 0 0.65 0.61 0.54 356.1 0.48 0.31
Hex 76 29 2E 0 41 3D 36 164 30 1F
Octal 166 51 56 0 101 75 66 544 60 37
Binary 1110110 101001 101110 0 1000001 111101 110110 101100100 110000 11111

Color Harmonies of #76292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76292E

Black with #76292E

Text Example


Text Example

White with #76292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76292E; }

 p { color: rgb(118,41,46); }

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

background-color css

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

 a { background-color: rgb(118,41,46); }

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

border-color css

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

 span { border-color: rgb(118,41,46); }

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