Html Css Color HEX #774024 Peru Tan

📋 copy color: '#774024'

red 119 ◦ green 64 ◦ blue 36

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

Shades of Peru Tan #774024

Tints of Peru Tan #774024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 54.34%
G = 29.22%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#774024 (or 0x774024) is known color: Peru Tan. HEX triplet: 77, 40 and 24. RGB value is (119,64,36). Sum of RGB (Red+Green+Blue) = 119+64+36=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #774024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774024 is #88BFDB. Grayscale: #4D4D4D. Windows color (decimal): -8962012 or 2375799. OLE color: 2375799.

HSL color Cylindrical-coordinate representation of color #774024: hue angle of 20.24º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774024 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 36 -
CMYK 0 0.46 0.70 0.53
HSL 20.24º 0.54% 0.3% -
HSV(B) 20.24º 0.7% 0.47% -
XYZ 9.76 7.72 2.64 -
YUV 77.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 119 64 36 0 0.46 0.70 0.53 20.24 0.54 0.3
Hex 77 40 24 0 2E 46 35 14 36 1E
Octal 167 100 44 0 56 106 65 24 66 36
Binary 1110111 1000000 100100 0 101110 1000110 110101 10100 110110 11110

Color Harmonies of #774024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774024

Black with #774024

Text Example


Text Example

White with #774024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774024; }

 p { color: rgb(119,64,36); }

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

background-color css

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

 a { background-color: rgb(119,64,36); }

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

border-color css

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

 span { border-color: rgb(119,64,36); }

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