Html Css Color HEX #772805 Peru Tan

📋 copy color: '#772805'

red 119 ◦ green 40 ◦ blue 5

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

Shades of Peru Tan #772805

Tints of Peru Tan #772805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.05%

R = 72.56%
G = 24.39%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#772805 (or 0x772805) is known color: Peru Tan. HEX triplet: 77, 28 and 05. RGB value is (119,40,5). Sum of RGB (Red+Green+Blue) = 119+40+5=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #772805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772805 is #88D7FA. Grayscale: #3B3B3B. Windows color (decimal): -8968187 or 338039. OLE color: 338039.

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

Color convert

RGB 119 40 5 -
CMYK 0 0.66 0.96 0.53
HSL 18.42º 0.92% 0.24% -
HSV(B) 18.42º 0.96% 0.47% -
XYZ 8.39 5.45 0.75 -
YUV 59.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 119 40 5 0 0.66 0.96 0.53 18.42 0.92 0.24
Hex 77 28 5 0 42 60 35 12 5C 18
Octal 167 50 5 0 102 140 65 22 134 30
Binary 1110111 101000 101 0 1000010 1100000 110101 10010 1011100 11000

Color Harmonies of #772805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772805

Black with #772805

Text Example


Text Example

White with #772805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772805; }

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

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

background-color css

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

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

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

border-color css

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

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

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