Html Css Color HEX #77401A Peru Tan

📋 copy color: '#77401A'

red 119 ◦ green 64 ◦ blue 26

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

Shades of Peru Tan #77401A

Tints of Peru Tan #77401A

RGB

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

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

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

R = 56.94%
G = 30.62%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77401A (or 0x77401A) is known color: Peru Tan. HEX triplet: 77, 40 and 1A. RGB value is (119,64,26). Sum of RGB (Red+Green+Blue) = 119+64+26=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #77401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77401A is #88BFE5. Grayscale: #4C4C4C. Windows color (decimal): -8962022 or 1720439. OLE color: 1720439.

HSL color Cylindrical-coordinate representation of color #77401A: hue angle of 24.52º 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 #77401A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 26 -
CMYK 0 0.46 0.78 0.53
HSL 24.52º 0.64% 0.28% -
HSV(B) 24.52º 0.78% 0.47% -
XYZ 9.63 7.66 1.95 -
YUV 76.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 119 64 26 0 0.46 0.78 0.53 24.52 0.64 0.28
Hex 77 40 1A 0 2E 4E 35 19 40 1C
Octal 167 100 32 0 56 116 65 31 100 34
Binary 1110111 1000000 11010 0 101110 1001110 110101 11001 1000000 11100

Color Harmonies of #77401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77401A

Black with #77401A

Text Example


Text Example

White with #77401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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