Html Css Color HEX #77411D Peru Tan

📋 copy color: '#77411D'

red 119 ◦ green 65 ◦ blue 29

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

Shades of Peru Tan #77411D

Tints of Peru Tan #77411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 55.87%
G = 30.52%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77411D (or 0x77411D) is known color: Peru Tan. HEX triplet: 77, 41 and 1D. RGB value is (119,65,29). Sum of RGB (Red+Green+Blue) = 119+65+29=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77411D is #88BEE2. Grayscale: #4D4D4D. Windows color (decimal): -8961763 or 1917303. OLE color: 1917303.

HSL color Cylindrical-coordinate representation of color #77411D: hue angle of 24º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77411D is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 29 -
CMYK 0 0.45 0.76 0.53
HSL 24º 0.61% 0.29% -
HSV(B) 24º 0.76% 0.47% -
XYZ 9.72 7.79 2.15 -
YUV 77.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 119 65 29 0 0.45 0.76 0.53 24 0.61 0.29
Hex 77 41 1D 0 2D 4C 35 18 3D 1D
Octal 167 101 35 0 55 114 65 30 75 35
Binary 1110111 1000001 11101 0 101101 1001100 110101 11000 111101 11101

Color Harmonies of #77411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77411D

Black with #77411D

Text Example


Text Example

White with #77411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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