Html Css Color HEX #774017 Peru Tan

📋 copy color: '#774017'

red 119 ◦ green 64 ◦ blue 23

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

Shades of Peru Tan #774017

Tints of Peru Tan #774017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.17%

R = 57.77%
G = 31.07%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#774017 (or 0x774017) is known color: Peru Tan. HEX triplet: 77, 40 and 17. RGB value is (119,64,23). Sum of RGB (Red+Green+Blue) = 119+64+23=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #774017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774017 is #88BFE8. Grayscale: #4B4B4B. Windows color (decimal): -8962025 or 1523831. OLE color: 1523831.

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

Color convert

RGB 119 64 23 -
CMYK 0 0.46 0.81 0.53
HSL 25.63º 0.68% 0.28% -
HSV(B) 25.63º 0.81% 0.47% -
XYZ 9.6 7.65 1.78 -
YUV 75.77 98.22 158.83 -
System Red Green Blue C M Y K H S L
Decimal 119 64 23 0 0.46 0.81 0.53 25.63 0.68 0.28
Hex 77 40 17 0 2E 51 35 1A 44 1C
Octal 167 100 27 0 56 121 65 32 104 34
Binary 1110111 1000000 10111 0 101110 1010001 110101 11010 1000100 11100

Color Harmonies of #774017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774017

Black with #774017

Text Example


Text Example

White with #774017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774017; }

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

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

background-color css

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

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

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

border-color css

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

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

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