Html Css Color HEX #77350D Peru Tan

📋 copy color: '#77350D'

red 119 ◦ green 53 ◦ blue 13

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

Shades of Peru Tan #77350D

Tints of Peru Tan #77350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.65%

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 64.32%
G = 28.65%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77350D (or 0x77350D) is known color: Peru Tan. HEX triplet: 77, 35 and 0D. RGB value is (119,53,13). Sum of RGB (Red+Green+Blue) = 119+53+13=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77350D is #88CAF2. Grayscale: #444444. Windows color (decimal): -8964851 or 865655. OLE color: 865655.

HSL color Cylindrical-coordinate representation of color #77350D: hue angle of 22.64º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77350D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 13 -
CMYK 0 0.55 0.89 0.53
HSL 22.64º 0.8% 0.26% -
HSV(B) 22.64º 0.89% 0.47% -
XYZ 8.95 6.5 1.16 -
YUV 68.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 119 53 13 0 0.55 0.89 0.53 22.64 0.8 0.26
Hex 77 35 D 0 37 59 35 17 50 1A
Octal 167 65 15 0 67 131 65 27 120 32
Binary 1110111 110101 1101 0 110111 1011001 110101 10111 1010000 11010

Color Harmonies of #77350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77350D

Black with #77350D

Text Example


Text Example

White with #77350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,53,13); }

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

background-color css

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

 a { background-color: rgb(119,53,13); }

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

border-color css

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

 span { border-color: rgb(119,53,13); }

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