Html Css Color HEX #773234 Tamarillo

📋 copy color: '#773234'

red 119 ◦ green 50 ◦ blue 52

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

Shades of Tamarillo #773234

Tints of Tamarillo #773234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 53.85%
G = 22.62%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#773234 (or 0x773234) is known color: Tamarillo. HEX triplet: 77, 32 and 34. RGB value is (119,50,52). Sum of RGB (Red+Green+Blue) = 119+50+52=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773234 is #88CDCB. Grayscale: #464646. Windows color (decimal): -8965580 or 3420791. OLE color: 3420791.

HSL color Cylindrical-coordinate representation of color #773234: hue angle of 358.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773234 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 52 -
CMYK 0 0.58 0.56 0.53
HSL 358.26º 0.41% 0.33% -
HSV(B) 358.26º 0.58% 0.47% -
XYZ 9.37 6.45 4 -
YUV 70.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 119 50 52 0 0.58 0.56 0.53 358.26 0.41 0.33
Hex 77 32 34 0 3A 38 35 166 29 21
Octal 167 62 64 0 72 70 65 546 51 41
Binary 1110111 110010 110100 0 111010 111000 110101 101100110 101001 100001

Color Harmonies of #773234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773234

Black with #773234

Text Example


Text Example

White with #773234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773234; }

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

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

background-color css

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

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

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

border-color css

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

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

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