Html Css Color HEX #7A3334 Tamarillo

📋 copy color: '#7A3334'

red 122 ◦ green 51 ◦ blue 52

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

Shades of Tamarillo #7A3334

Tints of Tamarillo #7A3334

RGB

 RED value IS 122 (48.05% from 255) = 54.22%

 GREEN value IS 51 (20.31% from 255) = 22.67%

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

R = 54.22%
G = 22.67%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A3334 (or 0x7A3334) is known color: Tamarillo. HEX triplet: 7A, 33 and 34. RGB value is (122,51,52). Sum of RGB (Red+Green+Blue) = 122+51+52=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3334 is #85CCCB. Grayscale: #484848. Windows color (decimal): -8768716 or 3421050. OLE color: 3421050.

HSL color Cylindrical-coordinate representation of color #7A3334: hue angle of 359.15º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3334 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 51 52 -
CMYK 0 0.58 0.57 0.52
HSL 359.15º 0.41% 0.34% -
HSV(B) 359.15º 0.58% 0.48% -
XYZ 9.83 6.75 4.03 -
YUV 72.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 122 51 52 0 0.58 0.57 0.52 359.15 0.41 0.34
Hex 7A 33 34 0 3A 39 34 167 29 22
Octal 172 63 64 0 72 71 64 547 51 42
Binary 1111010 110011 110100 0 111010 111001 110100 101100111 101001 100010

Color Harmonies of #7A3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3334

Black with #7A3334

Text Example


Text Example

White with #7A3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A3334; }

 p { color: rgb(122,51,52); }

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

background-color css

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

 a { background-color: rgb(122,51,52); }

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

border-color css

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

 span { border-color: rgb(122,51,52); }

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