Html Css Color HEX #772E32 Tamarillo

📋 copy color: '#772E32'

red 119 ◦ green 46 ◦ blue 50

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

Shades of Tamarillo #772E32

Tints of Tamarillo #772E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.4%

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 55.35%
G = 21.4%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#772E32 (or 0x772E32) is known color: Tamarillo. HEX triplet: 77, 2E and 32. RGB value is (119,46,50). Sum of RGB (Red+Green+Blue) = 119+46+50=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #772E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E32 is #88D1CD. Grayscale: #444444. Windows color (decimal): -8966606 or 3288695. OLE color: 3288695.

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

Color convert

RGB 119 46 50 -
CMYK 0 0.61 0.58 0.53
HSL 356.71º 0.44% 0.32% -
HSV(B) 356.71º 0.61% 0.47% -
XYZ 9.16 6.11 3.71 -
YUV 68.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 119 46 50 0 0.61 0.58 0.53 356.71 0.44 0.32
Hex 77 2E 32 0 3D 3A 35 165 2C 20
Octal 167 56 62 0 75 72 65 545 54 40
Binary 1110111 101110 110010 0 111101 111010 110101 101100101 101100 100000

Color Harmonies of #772E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E32

Black with #772E32

Text Example


Text Example

White with #772E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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