Html Css Color HEX #77350A Peru Tan

📋 copy color: '#77350A'

red 119 ◦ green 53 ◦ blue 10

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

Shades of Peru Tan #77350A

Tints of Peru Tan #77350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 65.38%
G = 29.12%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77350A (or 0x77350A) is known color: Peru Tan. HEX triplet: 77, 35 and 0A. RGB value is (119,53,10). Sum of RGB (Red+Green+Blue) = 119+53+10=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77350A is #88CAF5. Grayscale: #444444. Windows color (decimal): -8964854 or 669047. OLE color: 669047.

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

Color convert

RGB 119 53 10 -
CMYK 0 0.55 0.92 0.53
HSL 23.67º 0.84% 0.25% -
HSV(B) 23.67º 0.92% 0.47% -
XYZ 8.94 6.49 1.07 -
YUV 67.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 119 53 10 0 0.55 0.92 0.53 23.67 0.84 0.25
Hex 77 35 A 0 37 5C 35 18 54 19
Octal 167 65 12 0 67 134 65 30 124 31
Binary 1110111 110101 1010 0 110111 1011100 110101 11000 1010100 11001

Color Harmonies of #77350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77350A

Black with #77350A

Text Example


Text Example

White with #77350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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