Html Css Color HEX #77272E Tamarillo

📋 copy color: '#77272E'

red 119 ◦ green 39 ◦ blue 46

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

Shades of Tamarillo #77272E

Tints of Tamarillo #77272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.12%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 58.33%
G = 19.12%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77272E (or 0x77272E) is known color: Tamarillo. HEX triplet: 77, 27 and 2E. RGB value is (119,39,46). Sum of RGB (Red+Green+Blue) = 119+39+46=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77272E is #88D8D1. Grayscale: #3F3F3F. Windows color (decimal): -8968402 or 3024759. OLE color: 3024759.

HSL color Cylindrical-coordinate representation of color #77272E: hue angle of 354.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77272E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 46 -
CMYK 0 0.67 0.61 0.53
HSL 354.75º 0.51% 0.31% -
HSV(B) 354.75º 0.67% 0.47% -
XYZ 8.83 5.57 3.19 -
YUV 63.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 119 39 46 0 0.67 0.61 0.53 354.75 0.51 0.31
Hex 77 27 2E 0 43 3D 35 163 33 1F
Octal 167 47 56 0 103 75 65 543 63 37
Binary 1110111 100111 101110 0 1000011 111101 110101 101100011 110011 11111

Color Harmonies of #77272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77272E

Black with #77272E

Text Example


Text Example

White with #77272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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