Html Css Color HEX #76292B Tamarillo

📋 copy color: '#76292B'

red 118 ◦ green 41 ◦ blue 43

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

Shades of Tamarillo #76292B

Tints of Tamarillo #76292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 58.42%
G = 20.3%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76292B (or 0x76292B) is known color: Tamarillo. HEX triplet: 76, 29 and 2B. RGB value is (118,41,43). Sum of RGB (Red+Green+Blue) = 118+41+43=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76292B is #89D6D4. Grayscale: #404040. Windows color (decimal): -9033429 or 2828662. OLE color: 2828662.

HSL color Cylindrical-coordinate representation of color #76292B: hue angle of 358.44º 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 #76292B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 43 -
CMYK 0 0.65 0.64 0.54
HSL 358.44º 0.48% 0.31% -
HSV(B) 358.44º 0.65% 0.46% -
XYZ 8.7 5.61 2.91 -
YUV 64.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 118 41 43 0 0.65 0.64 0.54 358.44 0.48 0.31
Hex 76 29 2B 0 41 40 36 166 30 1F
Octal 166 51 53 0 101 100 66 546 60 37
Binary 1110110 101001 101011 0 1000001 1000000 110110 101100110 110000 11111

Color Harmonies of #76292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76292B

Black with #76292B

Text Example


Text Example

White with #76292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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