Html Css Color HEX #772E2F Tamarillo

📋 copy color: '#772E2F'

red 119 ◦ green 46 ◦ blue 47

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

Shades of Tamarillo #772E2F

Tints of Tamarillo #772E2F

RGB

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

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

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

R = 56.13%
G = 21.7%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#772E2F (or 0x772E2F) is known color: Tamarillo. HEX triplet: 77, 2E and 2F. RGB value is (119,46,47). Sum of RGB (Red+Green+Blue) = 119+46+47=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #772E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E2F is #88D1D0. Grayscale: #444444. Windows color (decimal): -8966609 or 3092087. OLE color: 3092087.

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

Color convert

RGB 119 46 47 -
CMYK 0 0.61 0.61 0.53
HSL 359.18º 0.44% 0.32% -
HSV(B) 359.18º 0.61% 0.47% -
XYZ 9.1 6.08 3.38 -
YUV 67.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 119 46 47 0 0.61 0.61 0.53 359.18 0.44 0.32
Hex 77 2E 2F 0 3D 3D 35 167 2C 20
Octal 167 56 57 0 75 75 65 547 54 40
Binary 1110111 101110 101111 0 111101 111101 110101 101100111 101100 100000

Color Harmonies of #772E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E2F

Black with #772E2F

Text Example


Text Example

White with #772E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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