Html Css Color HEX #772F04 Peru Tan

📋 copy color: '#772F04'

red 119 ◦ green 47 ◦ blue 4

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

Shades of Peru Tan #772F04

Tints of Peru Tan #772F04

RGB

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

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

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

R = 70%
G = 27.65%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772F04 (or 0x772F04) is known color: Peru Tan. HEX triplet: 77, 2F and 04. RGB value is (119,47,4). Sum of RGB (Red+Green+Blue) = 119+47+4=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #772F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F04 is #88D0FB. Grayscale: #3F3F3F. Windows color (decimal): -8966396 or 274295. OLE color: 274295.

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

Color convert

RGB 119 47 4 -
CMYK 0 0.61 0.97 0.53
HSL 22.43º 0.93% 0.24% -
HSV(B) 22.43º 0.97% 0.47% -
XYZ 8.65 5.96 0.81 -
YUV 63.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 119 47 4 0 0.61 0.97 0.53 22.43 0.93 0.24
Hex 77 2F 4 0 3D 61 35 16 5D 18
Octal 167 57 4 0 75 141 65 26 135 30
Binary 1110111 101111 100 0 111101 1100001 110101 10110 1011101 11000

Color Harmonies of #772F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F04

Black with #772F04

Text Example


Text Example

White with #772F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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