Html Css Color HEX #77411A Peru Tan

📋 copy color: '#77411A'

red 119 ◦ green 65 ◦ blue 26

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

Shades of Peru Tan #77411A

Tints of Peru Tan #77411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 56.67%
G = 30.95%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77411A (or 0x77411A) is known color: Peru Tan. HEX triplet: 77, 41 and 1A. RGB value is (119,65,26). Sum of RGB (Red+Green+Blue) = 119+65+26=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77411A is #88BEE5. Grayscale: #4C4C4C. Windows color (decimal): -8961766 or 1720695. OLE color: 1720695.

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

Color convert

RGB 119 65 26 -
CMYK 0 0.45 0.78 0.53
HSL 25.16º 0.64% 0.28% -
HSV(B) 25.16º 0.78% 0.47% -
XYZ 9.68 7.78 1.97 -
YUV 76.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 119 65 26 0 0.45 0.78 0.53 25.16 0.64 0.28
Hex 77 41 1A 0 2D 4E 35 19 40 1C
Octal 167 101 32 0 55 116 65 31 100 34
Binary 1110111 1000001 11010 0 101101 1001110 110101 11001 1000000 11100

Color Harmonies of #77411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77411A

Black with #77411A

Text Example


Text Example

White with #77411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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