Html Css Color HEX #772C10 Peru Tan

📋 copy color: '#772C10'

red 119 ◦ green 44 ◦ blue 16

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

Shades of Peru Tan #772C10

Tints of Peru Tan #772C10

RGB

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

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

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

R = 66.48%
G = 24.58%
B = 8.94%

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

#772C10 (or 0x772C10) is known color: Peru Tan. HEX triplet: 77, 2C and 10. RGB value is (119,44,16). Sum of RGB (Red+Green+Blue) = 119+44+16=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #772C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C10 is #88D3EF. Grayscale: #3F3F3F. Windows color (decimal): -8967152 or 1059959. OLE color: 1059959.

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

Color convert

RGB 119 44 16 -
CMYK 0 0.63 0.87 0.53
HSL 16.31º 0.76% 0.26% -
HSV(B) 16.31º 0.87% 0.47% -
XYZ 8.6 5.76 1.15 -
YUV 63.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 119 44 16 0 0.63 0.87 0.53 16.31 0.76 0.26
Hex 77 2C 10 0 3F 57 35 10 4C 1A
Octal 167 54 20 0 77 127 65 20 114 32
Binary 1110111 101100 10000 0 111111 1010111 110101 10000 1001100 11010

Color Harmonies of #772C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C10

Black with #772C10

Text Example


Text Example

White with #772C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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