Html Css Color HEX #772D33 Tamarillo

📋 copy color: '#772D33'

red 119 ◦ green 45 ◦ blue 51

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

Shades of Tamarillo #772D33

Tints of Tamarillo #772D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.93%

 BLUE value IS 51 (20.31% from 255) = 23.72%

R = 55.35%
G = 20.93%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#772D33 (or 0x772D33) is known color: Tamarillo. HEX triplet: 77, 2D and 33. RGB value is (119,45,51). Sum of RGB (Red+Green+Blue) = 119+45+51=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #772D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D33 is #88D2CC. Grayscale: #434343. Windows color (decimal): -8966861 or 3353975. OLE color: 3353975.

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

Color convert

RGB 119 45 51 -
CMYK 0 0.62 0.57 0.53
HSL 355.14º 0.45% 0.32% -
HSV(B) 355.14º 0.62% 0.47% -
XYZ 9.14 6.04 3.82 -
YUV 67.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 119 45 51 0 0.62 0.57 0.53 355.14 0.45 0.32
Hex 77 2D 33 0 3E 39 35 163 2D 20
Octal 167 55 63 0 76 71 65 543 55 40
Binary 1110111 101101 110011 0 111110 111001 110101 101100011 101101 100000

Color Harmonies of #772D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D33

Black with #772D33

Text Example


Text Example

White with #772D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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