Html Css Color HEX #782F0F Peru Tan

📋 copy color: '#782F0F'

red 120 ◦ green 47 ◦ blue 15

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

Shades of Peru Tan #782F0F

Tints of Peru Tan #782F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

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

R = 65.93%
G = 25.82%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#782F0F (or 0x782F0F) is known color: Peru Tan. HEX triplet: 78, 2F and 0F. RGB value is (120,47,15). Sum of RGB (Red+Green+Blue) = 120+47+15=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #782F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F0F is #87D0F0. Grayscale: #414141. Windows color (decimal): -8900849 or 995192. OLE color: 995192.

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

Color convert

RGB 120 47 15 -
CMYK 0 0.61 0.87 0.53
HSL 18.29º 0.78% 0.26% -
HSV(B) 18.29º 0.88% 0.47% -
XYZ 8.85 6.06 1.16 -
YUV 65.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 120 47 15 0 0.61 0.87 0.53 18.29 0.78 0.26
Hex 78 2F F 0 3D 57 35 12 4E 1A
Octal 170 57 17 0 75 127 65 22 116 32
Binary 1111000 101111 1111 0 111101 1010111 110101 10010 1001110 11010

Color Harmonies of #782F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782F0F

Black with #782F0F

Text Example


Text Example

White with #782F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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