Html Css Color HEX #772E10 Peru Tan

📋 copy color: '#772E10'

red 119 ◦ green 46 ◦ blue 16

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

Shades of Peru Tan #772E10

Tints of Peru Tan #772E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.41%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 65.75%
G = 25.41%
B = 8.84%

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

#772E10 (or 0x772E10) is known color: Peru Tan. HEX triplet: 77, 2E and 10. RGB value is (119,46,16). Sum of RGB (Red+Green+Blue) = 119+46+16=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #772E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E10 is #88D1EF. Grayscale: #404040. Windows color (decimal): -8966640 or 1060471. OLE color: 1060471.

HSL color Cylindrical-coordinate representation of color #772E10: hue angle of 17.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #772E10 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 16 -
CMYK 0 0.61 0.87 0.53
HSL 17.48º 0.76% 0.26% -
HSV(B) 17.48º 0.87% 0.47% -
XYZ 8.68 5.91 1.17 -
YUV 64.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 119 46 16 0 0.61 0.87 0.53 17.48 0.76 0.26
Hex 77 2E 10 0 3D 57 35 11 4C 1A
Octal 167 56 20 0 75 127 65 21 114 32
Binary 1110111 101110 10000 0 111101 1010111 110101 10001 1001100 11010

Color Harmonies of #772E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E10

Black with #772E10

Text Example


Text Example

White with #772E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E10; }

 p { color: rgb(119,46,16); }

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

background-color css

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

 a { background-color: rgb(119,46,16); }

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

border-color css

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

 span { border-color: rgb(119,46,16); }

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