Html Css Color HEX #772428 Tamarillo

📋 copy color: '#772428'

red 119 ◦ green 36 ◦ blue 40

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

Shades of Tamarillo #772428

Tints of Tamarillo #772428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 61.03%
G = 18.46%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772428 (or 0x772428) is known color: Tamarillo. HEX triplet: 77, 24 and 28. RGB value is (119,36,40). Sum of RGB (Red+Green+Blue) = 119+36+40=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772428 is #88DBD7. Grayscale: #3D3D3D. Windows color (decimal): -8969176 or 2630775. OLE color: 2630775.

HSL color Cylindrical-coordinate representation of color #772428: hue angle of 357.11º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772428 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 40 -
CMYK 0 0.70 0.66 0.53
HSL 357.11º 0.54% 0.3% -
HSV(B) 357.11º 0.7% 0.47% -
XYZ 8.62 5.34 2.58 -
YUV 61.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 119 36 40 0 0.70 0.66 0.53 357.11 0.54 0.3
Hex 77 24 28 0 46 42 35 165 36 1E
Octal 167 44 50 0 106 102 65 545 66 36
Binary 1110111 100100 101000 0 1000110 1000010 110101 101100101 110110 11110

Color Harmonies of #772428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772428

Black with #772428

Text Example


Text Example

White with #772428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772428; }

 p { color: rgb(119,36,40); }

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

background-color css

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

 a { background-color: rgb(119,36,40); }

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

border-color css

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

 span { border-color: rgb(119,36,40); }

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