Html Css Color HEX #772C2E Tamarillo

📋 copy color: '#772C2E'

red 119 ◦ green 44 ◦ blue 46

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

Shades of Tamarillo #772C2E

Tints of Tamarillo #772C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

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

R = 56.94%
G = 21.05%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#772C2E (or 0x772C2E) is known color: Tamarillo. HEX triplet: 77, 2C and 2E. RGB value is (119,44,46). Sum of RGB (Red+Green+Blue) = 119+44+46=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C2E is #88D3D1. Grayscale: #424242. Windows color (decimal): -8967122 or 3026039. OLE color: 3026039.

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

Color convert

RGB 119 44 46 -
CMYK 0 0.63 0.61 0.53
HSL 358.4º 0.46% 0.32% -
HSV(B) 358.4º 0.63% 0.47% -
XYZ 9 5.92 3.25 -
YUV 66.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 119 44 46 0 0.63 0.61 0.53 358.4 0.46 0.32
Hex 77 2C 2E 0 3F 3D 35 166 2E 20
Octal 167 54 56 0 77 75 65 546 56 40
Binary 1110111 101100 101110 0 111111 111101 110101 101100110 101110 100000

Color Harmonies of #772C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C2E

Black with #772C2E

Text Example


Text Example

White with #772C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,44,46); }

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

background-color css

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

 a { background-color: rgb(119,44,46); }

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

border-color css

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

 span { border-color: rgb(119,44,46); }

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