Html Css Color HEX #77411C Peru Tan

📋 copy color: '#77411C'

red 119 ◦ green 65 ◦ blue 28

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

Shades of Peru Tan #77411C

Tints of Peru Tan #77411C

RGB

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

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

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

R = 56.13%
G = 30.66%
B = 13.21%

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

#77411C (or 0x77411C) is known color: Peru Tan. HEX triplet: 77, 41 and 1C. RGB value is (119,65,28). Sum of RGB (Red+Green+Blue) = 119+65+28=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77411C is #88BEE3. Grayscale: #4D4D4D. Windows color (decimal): -8961764 or 1851767. OLE color: 1851767.

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

Color convert

RGB 119 65 28 -
CMYK 0 0.45 0.76 0.53
HSL 24.4º 0.62% 0.29% -
HSV(B) 24.4º 0.76% 0.47% -
XYZ 9.71 7.79 2.09 -
YUV 76.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 119 65 28 0 0.45 0.76 0.53 24.4 0.62 0.29
Hex 77 41 1C 0 2D 4C 35 18 3E 1D
Octal 167 101 34 0 55 114 65 30 76 35
Binary 1110111 1000001 11100 0 101101 1001100 110101 11000 111110 11101

Color Harmonies of #77411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77411C

Black with #77411C

Text Example


Text Example

White with #77411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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