Html Css Color HEX #77411E Peru Tan

📋 copy color: '#77411E'

red 119 ◦ green 65 ◦ blue 30

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

Shades of Peru Tan #77411E

Tints of Peru Tan #77411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 55.61%
G = 30.37%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77411E (or 0x77411E) is known color: Peru Tan. HEX triplet: 77, 41 and 1E. RGB value is (119,65,30). Sum of RGB (Red+Green+Blue) = 119+65+30=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77411E is #88BEE1. Grayscale: #4D4D4D. Windows color (decimal): -8961762 or 1982839. OLE color: 1982839.

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

Color convert

RGB 119 65 30 -
CMYK 0 0.45 0.75 0.53
HSL 23.6º 0.6% 0.29% -
HSV(B) 23.6º 0.75% 0.47% -
XYZ 9.73 7.8 2.22 -
YUV 77.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 119 65 30 0 0.45 0.75 0.53 23.6 0.6 0.29
Hex 77 41 1E 0 2D 4B 35 18 3C 1D
Octal 167 101 36 0 55 113 65 30 74 35
Binary 1110111 1000001 11110 0 101101 1001011 110101 11000 111100 11101

Color Harmonies of #77411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77411E

Black with #77411E

Text Example


Text Example

White with #77411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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