Html Css Color HEX #77321A Peru Tan

📋 copy color: '#77321A'

red 119 ◦ green 50 ◦ blue 26

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

Shades of Peru Tan #77321A

Tints of Peru Tan #77321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 61.03%
G = 25.64%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77321A (or 0x77321A) is known color: Peru Tan. HEX triplet: 77, 32 and 1A. RGB value is (119,50,26). Sum of RGB (Red+Green+Blue) = 119+50+26=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #77321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77321A is #88CDE5. Grayscale: #444444. Windows color (decimal): -8965606 or 1716855. OLE color: 1716855.

HSL color Cylindrical-coordinate representation of color #77321A: hue angle of 15.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77321A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 26 -
CMYK 0 0.58 0.78 0.53
HSL 15.48º 0.64% 0.28% -
HSV(B) 15.48º 0.78% 0.47% -
XYZ 8.93 6.28 1.72 -
YUV 67.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 119 50 26 0 0.58 0.78 0.53 15.48 0.64 0.28
Hex 77 32 1A 0 3A 4E 35 F 40 1C
Octal 167 62 32 0 72 116 65 17 100 34
Binary 1110111 110010 11010 0 111010 1001110 110101 1111 1000000 11100

Color Harmonies of #77321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77321A

Black with #77321A

Text Example


Text Example

White with #77321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,50,26); }

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

background-color css

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

 a { background-color: rgb(119,50,26); }

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

border-color css

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

 span { border-color: rgb(119,50,26); }

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