Html Css Color HEX #77401B Peru Tan

📋 copy color: '#77401B'

red 119 ◦ green 64 ◦ blue 27

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

Shades of Peru Tan #77401B

Tints of Peru Tan #77401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 56.67%
G = 30.48%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77401B (or 0x77401B) is known color: Peru Tan. HEX triplet: 77, 40 and 1B. RGB value is (119,64,27). Sum of RGB (Red+Green+Blue) = 119+64+27=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77401B is #88BFE4. Grayscale: #4C4C4C. Windows color (decimal): -8962021 or 1785975. OLE color: 1785975.

HSL color Cylindrical-coordinate representation of color #77401B: hue angle of 24.13º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77401B is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 64 27 -
CMYK 0 0.46 0.77 0.53
HSL 24.13º 0.63% 0.29% -
HSV(B) 24.13º 0.77% 0.47% -
XYZ 9.64 7.67 2.01 -
YUV 76.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 119 64 27 0 0.46 0.77 0.53 24.13 0.63 0.29
Hex 77 40 1B 0 2E 4D 35 18 3F 1D
Octal 167 100 33 0 56 115 65 30 77 35
Binary 1110111 1000000 11011 0 101110 1001101 110101 11000 111111 11101

Color Harmonies of #77401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77401B

Black with #77401B

Text Example


Text Example

White with #77401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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