Html Css Color HEX #772809 Peru Tan

📋 copy color: '#772809'

red 119 ◦ green 40 ◦ blue 9

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

Shades of Peru Tan #772809

Tints of Peru Tan #772809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.81%

 BLUE value IS 9 (3.91% from 255) = 5.36%

R = 70.83%
G = 23.81%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#772809 (or 0x772809) is known color: Peru Tan. HEX triplet: 77, 28 and 09. RGB value is (119,40,9). Sum of RGB (Red+Green+Blue) = 119+40+9=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #772809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772809 is #88D7F6. Grayscale: #3C3C3C. Windows color (decimal): -8968183 or 600183. OLE color: 600183.

HSL color Cylindrical-coordinate representation of color #772809: hue angle of 16.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #772809 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 9 -
CMYK 0 0.66 0.92 0.53
HSL 16.91º 0.86% 0.25% -
HSV(B) 16.91º 0.92% 0.47% -
XYZ 8.42 5.46 0.87 -
YUV 60.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 119 40 9 0 0.66 0.92 0.53 16.91 0.86 0.25
Hex 77 28 9 0 42 5C 35 11 56 19
Octal 167 50 11 0 102 134 65 21 126 31
Binary 1110111 101000 1001 0 1000010 1011100 110101 10001 1010110 11001

Color Harmonies of #772809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772809

Black with #772809

Text Example


Text Example

White with #772809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772809; }

 p { color: rgb(119,40,9); }

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

background-color css

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

 a { background-color: rgb(119,40,9); }

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

border-color css

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

 span { border-color: rgb(119,40,9); }

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