Html Css Color HEX #7C2A2E Tamarillo

📋 copy color: '#7C2A2E'

red 124 ◦ green 42 ◦ blue 46

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

Shades of Tamarillo #7C2A2E

Tints of Tamarillo #7C2A2E

RGB

 RED value IS 124 (48.83% from 255) = 58.49%

 GREEN value IS 42 (16.8% from 255) = 19.81%

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

R = 58.49%
G = 19.81%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C2A2E (or 0x7C2A2E) is known color: Tamarillo. HEX triplet: 7C, 2A and 2E. RGB value is (124,42,46). Sum of RGB (Red+Green+Blue) = 124+42+46=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2A2E is #83D5D1. Grayscale: #434343. Windows color (decimal): -8639954 or 3025532. OLE color: 3025532.

HSL color Cylindrical-coordinate representation of color #7C2A2E: hue angle of 357.07º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C2A2E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 42 46 -
CMYK 0 0.66 0.63 0.51
HSL 357.07º 0.49% 0.33% -
HSV(B) 357.07º 0.66% 0.49% -
XYZ 9.63 6.14 3.26 -
YUV 66.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 124 42 46 0 0.66 0.63 0.51 357.07 0.49 0.33
Hex 7C 2A 2E 0 42 3F 33 165 31 21
Octal 174 52 56 0 102 77 63 545 61 41
Binary 1111100 101010 101110 0 1000010 111111 110011 101100101 110001 100001

Color Harmonies of #7C2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2A2E

Black with #7C2A2E

Text Example


Text Example

White with #7C2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C2A2E; }

 p { color: rgb(124,42,46); }

 H1.HeaderClassName
 {
   color: #7C2A2E;
 }
 .AnyTagClassName
 {
   color: #7C2A2E;
 }
</style>

background-color css

<style>
 a { background-color: #7C2A2E; }

 a { background-color: rgb(124,42,46); }

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

border-color css

<style>
 span { border-color: #7C2A2E; }

 span { border-color: rgb(124,42,46); }

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