Html Css Color HEX #77401C Peru Tan

📋 copy color: '#77401C'

red 119 ◦ green 64 ◦ blue 28

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

Shades of Peru Tan #77401C

Tints of Peru Tan #77401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 56.4%
G = 30.33%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77401C (or 0x77401C) is known color: Peru Tan. HEX triplet: 77, 40 and 1C. RGB value is (119,64,28). Sum of RGB (Red+Green+Blue) = 119+64+28=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77401C is #88BFE3. Grayscale: #4C4C4C. Windows color (decimal): -8962020 or 1851511. OLE color: 1851511.

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

Color convert

RGB 119 64 28 -
CMYK 0 0.46 0.76 0.53
HSL 23.74º 0.62% 0.29% -
HSV(B) 23.74º 0.76% 0.47% -
XYZ 9.65 7.67 2.07 -
YUV 76.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 119 64 28 0 0.46 0.76 0.53 23.74 0.62 0.29
Hex 77 40 1C 0 2E 4C 35 18 3E 1D
Octal 167 100 34 0 56 114 65 30 76 35
Binary 1110111 1000000 11100 0 101110 1001100 110101 11000 111110 11101

Color Harmonies of #77401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77401C

Black with #77401C

Text Example


Text Example

White with #77401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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