Html Css Color HEX #77411F Peru Tan

📋 copy color: '#77411F'

red 119 ◦ green 65 ◦ blue 31

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

Shades of Peru Tan #77411F

Tints of Peru Tan #77411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 55.35%
G = 30.23%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77411F (or 0x77411F) is known color: Peru Tan. HEX triplet: 77, 41 and 1F. RGB value is (119,65,31). Sum of RGB (Red+Green+Blue) = 119+65+31=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77411F is #88BEE0. Grayscale: #4D4D4D. Windows color (decimal): -8961761 or 2048375. OLE color: 2048375.

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

Color convert

RGB 119 65 31 -
CMYK 0 0.45 0.74 0.53
HSL 23.18º 0.59% 0.29% -
HSV(B) 23.18º 0.74% 0.47% -
XYZ 9.75 7.8 2.29 -
YUV 77.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 119 65 31 0 0.45 0.74 0.53 23.18 0.59 0.29
Hex 77 41 1F 0 2D 4A 35 17 3B 1D
Octal 167 101 37 0 55 112 65 27 73 35
Binary 1110111 1000001 11111 0 101101 1001010 110101 10111 111011 11101

Color Harmonies of #77411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77411F

Black with #77411F

Text Example


Text Example

White with #77411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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