Html Css Color HEX #772A2F Tamarillo

📋 copy color: '#772A2F'

red 119 ◦ green 42 ◦ blue 47

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

Shades of Tamarillo #772A2F

Tints of Tamarillo #772A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 57.21%
G = 20.19%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#772A2F (or 0x772A2F) is known color: Tamarillo. HEX triplet: 77, 2A and 2F. RGB value is (119,42,47). Sum of RGB (Red+Green+Blue) = 119+42+47=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A2F is #88D5D0. Grayscale: #414141. Windows color (decimal): -8967633 or 3091063. OLE color: 3091063.

HSL color Cylindrical-coordinate representation of color #772A2F: hue angle of 356.1º 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 #772A2F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 47 -
CMYK 0 0.65 0.61 0.53
HSL 356.1º 0.48% 0.32% -
HSV(B) 356.1º 0.65% 0.47% -
XYZ 8.95 5.78 3.33 -
YUV 65.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 119 42 47 0 0.65 0.61 0.53 356.1 0.48 0.32
Hex 77 2A 2F 0 41 3D 35 164 30 20
Octal 167 52 57 0 101 75 65 544 60 40
Binary 1110111 101010 101111 0 1000001 111101 110101 101100100 110000 100000

Color Harmonies of #772A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A2F

Black with #772A2F

Text Example


Text Example

White with #772A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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