Html Css Color HEX #772900 Peru Tan

📋 copy color: '#772900'

red 119 ◦ green 41 ◦ blue 0

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

Shades of Peru Tan #772900

Tints of Peru Tan #772900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 74.38%
G = 25.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#772900 (or 0x772900) is known color: Peru Tan. HEX triplet: 77, 29 and 00. RGB value is (119,41,0). Sum of RGB (Red+Green+Blue) = 119+41+0=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #772900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772900 is #88D6FF. Grayscale: #3B3B3B. Windows color (decimal): -8967936 or 10615. OLE color: 10615.

HSL color Cylindrical-coordinate representation of color #772900: hue angle of 20.67º 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 #772900 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 0 -
CMYK 0 0.66 1 0.53
HSL 20.67º 1% 0.23% -
HSV(B) 20.67º 1% 0.47% -
XYZ 8.4 5.51 0.62 -
YUV 59.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 119 41 0 0 0.66 1 0.53 20.67 1 0.23
Hex 77 29 0 0 42 64 35 15 64 17
Octal 167 51 0 0 102 144 65 25 144 27
Binary 1110111 101001 0 0 1000010 1100100 110101 10101 1100100 10111

Color Harmonies of #772900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772900

Black with #772900

Text Example


Text Example

White with #772900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772900; }

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

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

background-color css

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

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

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

border-color css

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

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

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