Html Css Color HEX #782B2F Tamarillo

📋 copy color: '#782B2F'

red 120 ◦ green 43 ◦ blue 47

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

Shades of Tamarillo #782B2F

Tints of Tamarillo #782B2F

RGB

 RED value IS 120 (47.27% from 255) = 57.14%

 GREEN value IS 43 (17.19% from 255) = 20.48%

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

R = 57.14%
G = 20.48%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#782B2F (or 0x782B2F) is known color: Tamarillo. HEX triplet: 78, 2B and 2F. RGB value is (120,43,47). Sum of RGB (Red+Green+Blue) = 120+43+47=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #782B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B2F is #87D4D0. Grayscale: #424242. Windows color (decimal): -8901841 or 3091320. OLE color: 3091320.

HSL color Cylindrical-coordinate representation of color #782B2F: hue angle of 356.88º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B2F is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 43 47 -
CMYK 0 0.64 0.61 0.53
HSL 356.88º 0.47% 0.32% -
HSV(B) 356.88º 0.64% 0.47% -
XYZ 9.12 5.93 3.35 -
YUV 66.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 120 43 47 0 0.64 0.61 0.53 356.88 0.47 0.32
Hex 78 2B 2F 0 40 3D 35 165 2F 20
Octal 170 53 57 0 100 75 65 545 57 40
Binary 1111000 101011 101111 0 1000000 111101 110101 101100101 101111 100000

Color Harmonies of #782B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782B2F

Black with #782B2F

Text Example


Text Example

White with #782B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782B2F; }

 p { color: rgb(120,43,47); }

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

background-color css

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

 a { background-color: rgb(120,43,47); }

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

border-color css

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

 span { border-color: rgb(120,43,47); }

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