Html Css Color HEX #772C04 Peru Tan

📋 copy color: '#772C04'

red 119 ◦ green 44 ◦ blue 4

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

Shades of Peru Tan #772C04

Tints of Peru Tan #772C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 71.26%
G = 26.35%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772C04 (or 0x772C04) is known color: Peru Tan. HEX triplet: 77, 2C and 04. RGB value is (119,44,4). Sum of RGB (Red+Green+Blue) = 119+44+4=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #772C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C04 is #88D3FB. Grayscale: #3E3E3E. Windows color (decimal): -8967164 or 273527. OLE color: 273527.

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

Color convert

RGB 119 44 4 -
CMYK 0 0.63 0.97 0.53
HSL 20.87º 0.93% 0.24% -
HSV(B) 20.87º 0.97% 0.47% -
XYZ 8.53 5.73 0.77 -
YUV 61.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 119 44 4 0 0.63 0.97 0.53 20.87 0.93 0.24
Hex 77 2C 4 0 3F 61 35 15 5D 18
Octal 167 54 4 0 77 141 65 25 135 30
Binary 1110111 101100 100 0 111111 1100001 110101 10101 1011101 11000

Color Harmonies of #772C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C04

Black with #772C04

Text Example


Text Example

White with #772C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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