Html Css Color HEX #772A31 Tamarillo

📋 copy color: '#772A31'

red 119 ◦ green 42 ◦ blue 49

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

Shades of Tamarillo #772A31

Tints of Tamarillo #772A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 56.67%
G = 20%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#772A31 (or 0x772A31) is known color: Tamarillo. HEX triplet: 77, 2A and 31. RGB value is (119,42,49). Sum of RGB (Red+Green+Blue) = 119+42+49=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A31 is #88D5CE. Grayscale: #414141. Windows color (decimal): -8967631 or 3222135. OLE color: 3222135.

HSL color Cylindrical-coordinate representation of color #772A31: hue angle of 354.55º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A31 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 49 -
CMYK 0 0.65 0.59 0.53
HSL 354.55º 0.48% 0.32% -
HSV(B) 354.55º 0.65% 0.47% -
XYZ 8.99 5.8 3.55 -
YUV 65.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 119 42 49 0 0.65 0.59 0.53 354.55 0.48 0.32
Hex 77 2A 31 0 41 3B 35 163 30 20
Octal 167 52 61 0 101 73 65 543 60 40
Binary 1110111 101010 110001 0 1000001 111011 110101 101100011 110000 100000

Color Harmonies of #772A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A31

Black with #772A31

Text Example


Text Example

White with #772A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772A31; }

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

 H1.HeaderClassName
 {
   color: #772A31;
 }
 .AnyTagClassName
 {
   color: #772A31;
 }
</style>

background-color css

<style>
 a { background-color: #772A31; }

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

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

border-color css

<style>
 span { border-color: #772A31; }

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

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