Html Css Color HEX #772C2D Tamarillo

📋 copy color: '#772C2D'

red 119 ◦ green 44 ◦ blue 45

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

Shades of Tamarillo #772C2D

Tints of Tamarillo #772C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 57.21%
G = 21.15%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#772C2D (or 0x772C2D) is known color: Tamarillo. HEX triplet: 77, 2C and 2D. RGB value is (119,44,45). Sum of RGB (Red+Green+Blue) = 119+44+45=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C2D is #88D3D2. Grayscale: #424242. Windows color (decimal): -8967123 or 2960503. OLE color: 2960503.

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

Color convert

RGB 119 44 45 -
CMYK 0 0.63 0.62 0.53
HSL 359.2º 0.46% 0.32% -
HSV(B) 359.2º 0.63% 0.47% -
XYZ 8.98 5.91 3.15 -
YUV 66.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 119 44 45 0 0.63 0.62 0.53 359.2 0.46 0.32
Hex 77 2C 2D 0 3F 3E 35 167 2E 20
Octal 167 54 55 0 77 76 65 547 56 40
Binary 1110111 101100 101101 0 111111 111110 110101 101100111 101110 100000

Color Harmonies of #772C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C2D

Black with #772C2D

Text Example


Text Example

White with #772C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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