Html Css Color HEX #77341D Peru Tan

📋 copy color: '#77341D'

red 119 ◦ green 52 ◦ blue 29

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

Shades of Peru Tan #77341D

Tints of Peru Tan #77341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 59.5%
G = 26%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77341D (or 0x77341D) is known color: Peru Tan. HEX triplet: 77, 34 and 1D. RGB value is (119,52,29). Sum of RGB (Red+Green+Blue) = 119+52+29=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77341D is #88CBE2. Grayscale: #454545. Windows color (decimal): -8965091 or 1913975. OLE color: 1913975.

HSL color Cylindrical-coordinate representation of color #77341D: hue angle of 15.33º degrees, saturation: 0.61, 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 #77341D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 29 -
CMYK 0 0.56 0.76 0.53
HSL 15.33º 0.61% 0.29% -
HSV(B) 15.33º 0.76% 0.47% -
XYZ 9.06 6.47 1.93 -
YUV 69.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 119 52 29 0 0.56 0.76 0.53 15.33 0.61 0.29
Hex 77 34 1D 0 38 4C 35 F 3D 1D
Octal 167 64 35 0 70 114 65 17 75 35
Binary 1110111 110100 11101 0 111000 1001100 110101 1111 111101 11101

Color Harmonies of #77341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77341D

Black with #77341D

Text Example


Text Example

White with #77341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77341D; }

 p { color: rgb(119,52,29); }

 H1.HeaderClassName
 {
   color: #77341D;
 }
 .AnyTagClassName
 {
   color: #77341D;
 }
</style>

background-color css

<style>
 a { background-color: #77341D; }

 a { background-color: rgb(119,52,29); }

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

border-color css

<style>
 span { border-color: #77341D; }

 span { border-color: rgb(119,52,29); }

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