Html Css Color HEX #77282B Tamarillo

📋 copy color: '#77282B'

red 119 ◦ green 40 ◦ blue 43

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

Shades of Tamarillo #77282B

Tints of Tamarillo #77282B

RGB

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

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

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

R = 58.91%
G = 19.8%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77282B (or 0x77282B) is known color: Tamarillo. HEX triplet: 77, 28 and 2B. RGB value is (119,40,43). Sum of RGB (Red+Green+Blue) = 119+40+43=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77282B is #88D7D4. Grayscale: #404040. Windows color (decimal): -8968149 or 2828407. OLE color: 2828407.

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

Color convert

RGB 119 40 43 -
CMYK 0 0.66 0.64 0.53
HSL 357.72º 0.5% 0.31% -
HSV(B) 357.72º 0.66% 0.47% -
XYZ 8.8 5.61 2.91 -
YUV 63.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 119 40 43 0 0.66 0.64 0.53 357.72 0.5 0.31
Hex 77 28 2B 0 42 40 35 166 32 1F
Octal 167 50 53 0 102 100 65 546 62 37
Binary 1110111 101000 101011 0 1000010 1000000 110101 101100110 110010 11111

Color Harmonies of #77282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77282B

Black with #77282B

Text Example


Text Example

White with #77282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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