Html Css Color HEX #77292D Tamarillo

📋 copy color: '#77292D'

red 119 ◦ green 41 ◦ blue 45

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

Shades of Tamarillo #77292D

Tints of Tamarillo #77292D

RGB

 RED value IS 119 (46.88% from 255) = 58.05%

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

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 58.05%
G = 20%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77292D (or 0x77292D) is known color: Tamarillo. HEX triplet: 77, 29 and 2D. RGB value is (119,41,45). Sum of RGB (Red+Green+Blue) = 119+41+45=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77292D is #88D6D2. Grayscale: #404040. Windows color (decimal): -8967891 or 2959735. OLE color: 2959735.

HSL color Cylindrical-coordinate representation of color #77292D: hue angle of 356.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77292D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 45 -
CMYK 0 0.66 0.62 0.53
HSL 356.92º 0.49% 0.31% -
HSV(B) 356.92º 0.66% 0.47% -
XYZ 8.87 5.7 3.11 -
YUV 64.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 119 41 45 0 0.66 0.62 0.53 356.92 0.49 0.31
Hex 77 29 2D 0 42 3E 35 165 31 1F
Octal 167 51 55 0 102 76 65 545 61 37
Binary 1110111 101001 101101 0 1000010 111110 110101 101100101 110001 11111

Color Harmonies of #77292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77292D

Black with #77292D

Text Example


Text Example

White with #77292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77292D; }

 p { color: rgb(119,41,45); }

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

background-color css

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

 a { background-color: rgb(119,41,45); }

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

border-color css

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

 span { border-color: rgb(119,41,45); }

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