Html Css Color HEX #772D09 Peru Tan

📋 copy color: '#772D09'

red 119 ◦ green 45 ◦ blue 9

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

Shades of Peru Tan #772D09

Tints of Peru Tan #772D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.01%

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

R = 68.79%
G = 26.01%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#772D09 (or 0x772D09) is known color: Peru Tan. HEX triplet: 77, 2D and 09. RGB value is (119,45,9). Sum of RGB (Red+Green+Blue) = 119+45+9=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772D09 is #88D2F6. Grayscale: #3F3F3F. Windows color (decimal): -8966903 or 601463. OLE color: 601463.

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

Color convert

RGB 119 45 9 -
CMYK 0 0.62 0.92 0.53
HSL 19.64º 0.86% 0.25% -
HSV(B) 19.64º 0.92% 0.47% -
XYZ 8.6 5.82 0.93 -
YUV 63.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 119 45 9 0 0.62 0.92 0.53 19.64 0.86 0.25
Hex 77 2D 9 0 3E 5C 35 14 56 19
Octal 167 55 11 0 76 134 65 24 126 31
Binary 1110111 101101 1001 0 111110 1011100 110101 10100 1010110 11001

Color Harmonies of #772D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D09

Black with #772D09

Text Example


Text Example

White with #772D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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