Html Css Color HEX #782C0F Peru Tan

📋 copy color: '#782C0F'

red 120 ◦ green 44 ◦ blue 15

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

Shades of Peru Tan #782C0F

Tints of Peru Tan #782C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 67.04%
G = 24.58%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#782C0F (or 0x782C0F) is known color: Peru Tan. HEX triplet: 78, 2C and 0F. RGB value is (120,44,15). Sum of RGB (Red+Green+Blue) = 120+44+15=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #782C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C0F is #87D3F0. Grayscale: #3F3F3F. Windows color (decimal): -8901617 or 994424. OLE color: 994424.

HSL color Cylindrical-coordinate representation of color #782C0F: hue angle of 16.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #782C0F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 44 15 -
CMYK 0 0.63 0.87 0.53
HSL 16.57º 0.78% 0.26% -
HSV(B) 16.57º 0.88% 0.47% -
XYZ 8.73 5.83 1.12 -
YUV 63.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 120 44 15 0 0.63 0.87 0.53 16.57 0.78 0.26
Hex 78 2C F 0 3F 57 35 11 4E 1A
Octal 170 54 17 0 77 127 65 21 116 32
Binary 1111000 101100 1111 0 111111 1010111 110101 10001 1001110 11010

Color Harmonies of #782C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782C0F

Black with #782C0F

Text Example


Text Example

White with #782C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,44,15); }

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

background-color css

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

 a { background-color: rgb(120,44,15); }

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

border-color css

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

 span { border-color: rgb(120,44,15); }

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