Html Css Color HEX #77411B Peru Tan

📋 copy color: '#77411B'

red 119 ◦ green 65 ◦ blue 27

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

Shades of Peru Tan #77411B

Tints of Peru Tan #77411B

RGB

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

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

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

R = 56.4%
G = 30.81%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77411B (or 0x77411B) is known color: Peru Tan. HEX triplet: 77, 41 and 1B. RGB value is (119,65,27). Sum of RGB (Red+Green+Blue) = 119+65+27=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77411B is #88BEE4. Grayscale: #4D4D4D. Windows color (decimal): -8961765 or 1786231. OLE color: 1786231.

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

Color convert

RGB 119 65 27 -
CMYK 0 0.45 0.77 0.53
HSL 24.78º 0.63% 0.29% -
HSV(B) 24.78º 0.77% 0.47% -
XYZ 9.7 7.78 2.03 -
YUV 76.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 119 65 27 0 0.45 0.77 0.53 24.78 0.63 0.29
Hex 77 41 1B 0 2D 4D 35 19 3F 1D
Octal 167 101 33 0 55 115 65 31 77 35
Binary 1110111 1000001 11011 0 101101 1001101 110101 11001 111111 11101

Color Harmonies of #77411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77411B

Black with #77411B

Text Example


Text Example

White with #77411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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