Html Css Color HEX #77282A Tamarillo

📋 copy color: '#77282A'

red 119 ◦ green 40 ◦ blue 42

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

Shades of Tamarillo #77282A

Tints of Tamarillo #77282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 59.2%
G = 19.9%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77282A (or 0x77282A) is known color: Tamarillo. HEX triplet: 77, 28 and 2A. RGB value is (119,40,42). Sum of RGB (Red+Green+Blue) = 119+40+42=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77282A is #88D7D5. Grayscale: #3F3F3F. Windows color (decimal): -8968150 or 2762871. OLE color: 2762871.

HSL color Cylindrical-coordinate representation of color #77282A: hue angle of 358.48º degrees, saturation: 0.5, 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 #77282A is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 42 -
CMYK 0 0.66 0.65 0.53
HSL 358.48º 0.5% 0.31% -
HSV(B) 358.48º 0.66% 0.47% -
XYZ 8.78 5.61 2.81 -
YUV 63.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 119 40 42 0 0.66 0.65 0.53 358.48 0.5 0.31
Hex 77 28 2A 0 42 41 35 166 32 1F
Octal 167 50 52 0 102 101 65 546 62 37
Binary 1110111 101000 101010 0 1000010 1000001 110101 101100110 110010 11111

Color Harmonies of #77282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77282A

Black with #77282A

Text Example


Text Example

White with #77282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77282A; }

 p { color: rgb(119,40,42); }

 H1.HeaderClassName
 {
   color: #77282A;
 }
 .AnyTagClassName
 {
   color: #77282A;
 }
</style>

background-color css

<style>
 a { background-color: #77282A; }

 a { background-color: rgb(119,40,42); }

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

border-color css

<style>
 span { border-color: #77282A; }

 span { border-color: rgb(119,40,42); }

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