Html Css Color HEX #77272F Tamarillo

📋 copy color: '#77272F'

red 119 ◦ green 39 ◦ blue 47

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

Shades of Tamarillo #77272F

Tints of Tamarillo #77272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 58.05%
G = 19.02%
B = 22.93%

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

#77272F (or 0x77272F) is known color: Tamarillo. HEX triplet: 77, 27 and 2F. RGB value is (119,39,47). Sum of RGB (Red+Green+Blue) = 119+39+47=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77272F is #88D8D0. Grayscale: #3F3F3F. Windows color (decimal): -8968401 or 3090295. OLE color: 3090295.

HSL color Cylindrical-coordinate representation of color #77272F: hue angle of 354º 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 #77272F is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 47 -
CMYK 0 0.67 0.61 0.53
HSL 354º 0.51% 0.31% -
HSV(B) 354º 0.67% 0.47% -
XYZ 8.85 5.58 3.3 -
YUV 63.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 119 39 47 0 0.67 0.61 0.53 354 0.51 0.31
Hex 77 27 2F 0 43 3D 35 162 33 1F
Octal 167 47 57 0 103 75 65 542 63 37
Binary 1110111 100111 101111 0 1000011 111101 110101 101100010 110011 11111

Color Harmonies of #77272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77272F

Black with #77272F

Text Example


Text Example

White with #77272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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