Html Css Color HEX #774119 Peru Tan

📋 copy color: '#774119'

red 119 ◦ green 65 ◦ blue 25

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

Shades of Peru Tan #774119

Tints of Peru Tan #774119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 56.94%
G = 31.1%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#774119 (or 0x774119) is known color: Peru Tan. HEX triplet: 77, 41 and 19. RGB value is (119,65,25). Sum of RGB (Red+Green+Blue) = 119+65+25=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #774119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774119 is #88BEE6. Grayscale: #4C4C4C. Windows color (decimal): -8961767 or 1655159. OLE color: 1655159.

HSL color Cylindrical-coordinate representation of color #774119: hue angle of 25.53º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #774119 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 25 -
CMYK 0 0.45 0.79 0.53
HSL 25.53º 0.65% 0.28% -
HSV(B) 25.53º 0.79% 0.47% -
XYZ 9.67 7.77 1.91 -
YUV 76.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 119 65 25 0 0.45 0.79 0.53 25.53 0.65 0.28
Hex 77 41 19 0 2D 4F 35 1A 41 1C
Octal 167 101 31 0 55 117 65 32 101 34
Binary 1110111 1000001 11001 0 101101 1001111 110101 11010 1000001 11100

Color Harmonies of #774119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774119

Black with #774119

Text Example


Text Example

White with #774119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774119; }

 p { color: rgb(119,65,25); }

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

background-color css

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

 a { background-color: rgb(119,65,25); }

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

border-color css

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

 span { border-color: rgb(119,65,25); }

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