Html Css Color HEX #772E00 Peru Tan

📋 copy color: '#772E00'

red 119 ◦ green 46 ◦ blue 0

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

Shades of Peru Tan #772E00

Tints of Peru Tan #772E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.12%
G = 27.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772E00 (or 0x772E00) is known color: Peru Tan. HEX triplet: 77, 2E and 00. RGB value is (119,46,0). Sum of RGB (Red+Green+Blue) = 119+46+0=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #772E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E00 is #88D1FF. Grayscale: #3E3E3E. Windows color (decimal): -8966656 or 11895. OLE color: 11895.

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

Color convert

RGB 119 46 0 -
CMYK 0 0.61 1 0.53
HSL 23.19º 1% 0.23% -
HSV(B) 23.19º 1% 0.47% -
XYZ 8.58 5.88 0.68 -
YUV 62.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 119 46 0 0 0.61 1 0.53 23.19 1 0.23
Hex 77 2E 0 0 3D 64 35 17 64 17
Octal 167 56 0 0 75 144 65 27 144 27
Binary 1110111 101110 0 0 111101 1100100 110101 10111 1100100 10111

Color Harmonies of #772E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E00

Black with #772E00

Text Example


Text Example

White with #772E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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