Html Css Color HEX #782702 Peru Tan

📋 copy color: '#782702'

red 120 ◦ green 39 ◦ blue 2

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

Shades of Peru Tan #782702

Tints of Peru Tan #782702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 74.53%
G = 24.22%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#782702 (or 0x782702) is known color: Peru Tan. HEX triplet: 78, 27 and 02. RGB value is (120,39,2). Sum of RGB (Red+Green+Blue) = 120+39+2=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #782702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782702 is #87D8FD. Grayscale: #3B3B3B. Windows color (decimal): -8902910 or 141176. OLE color: 141176.

HSL color Cylindrical-coordinate representation of color #782702: hue angle of 18.81º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #782702 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 39 2 -
CMYK 0 0.67 0.98 0.53
HSL 18.81º 0.97% 0.24% -
HSV(B) 18.81º 0.98% 0.47% -
XYZ 8.48 5.45 0.66 -
YUV 59 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 120 39 2 0 0.67 0.98 0.53 18.81 0.97 0.24
Hex 78 27 2 0 43 62 35 13 61 18
Octal 170 47 2 0 103 142 65 23 141 30
Binary 1111000 100111 10 0 1000011 1100010 110101 10011 1100001 11000

Color Harmonies of #782702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782702

Black with #782702

Text Example


Text Example

White with #782702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782702; }

 p { color: rgb(120,39,2); }

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

background-color css

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

 a { background-color: rgb(120,39,2); }

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

border-color css

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

 span { border-color: rgb(120,39,2); }

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