Html Css Color HEX #76292F Tamarillo

📋 copy color: '#76292F'

red 118 ◦ green 41 ◦ blue 47

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

Shades of Tamarillo #76292F

Tints of Tamarillo #76292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 57.28%
G = 19.9%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76292F (or 0x76292F) is known color: Tamarillo. HEX triplet: 76, 29 and 2F. RGB value is (118,41,47). Sum of RGB (Red+Green+Blue) = 118+41+47=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #76292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76292F is #89D6D0. Grayscale: #404040. Windows color (decimal): -9033425 or 3090806. OLE color: 3090806.

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

Color convert

RGB 118 41 47 -
CMYK 0 0.65 0.60 0.54
HSL 355.32º 0.48% 0.31% -
HSV(B) 355.32º 0.65% 0.46% -
XYZ 8.78 5.64 3.32 -
YUV 64.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 118 41 47 0 0.65 0.60 0.54 355.32 0.48 0.31
Hex 76 29 2F 0 41 3C 36 163 30 1F
Octal 166 51 57 0 101 74 66 543 60 37
Binary 1110110 101001 101111 0 1000001 111100 110110 101100011 110000 11111

Color Harmonies of #76292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76292F

Black with #76292F

Text Example


Text Example

White with #76292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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