#774018

Color #774018 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #774018

Tints of Peru Tan #774018

Color information

#774018 (or 0x774018) is unknown color: approx Peru Tan. HEX triplet: 77, 40 and 18. RGB value is (119,64,24). Sum of RGB (Red+Green+Blue) = 119+64+24=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #774018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774018 is #88BFE7. Grayscale: #4C4C4C. Windows color (decimal): -8962024 or 1589367. OLE color: 1589367.

HSL color Cylindrical-coordinate representation of color #774018: hue angle of 25.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #774018 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1196424-
CMYK00.460.800.53
HSL25.26º66.43%28.04%-
HSV(B)25.26º79.83%46.67%-
XYZ9.617.651.84-
YUV75.8998.72158.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=57.49%
G=30.92%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119642400.460.800.5325.2666.4328.04
Hex77401802E503519421c
Octal16710030056120653110234
Binary11101111000000110000101110101000011010111001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774018; }

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

 H1.HeaderClassName
 {
   color: #774018;
 }
 .AnyTagClassName
 {
   color: #774018;
 }
</style>
background-color css

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

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

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

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

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

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