Html Css Color HEX #77320F Peru Tan

📋 copy color: '#77320F'

red 119 ◦ green 50 ◦ blue 15

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

Shades of Peru Tan #77320F

Tints of Peru Tan #77320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 64.67%
G = 27.17%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77320F (or 0x77320F) is known color: Peru Tan. HEX triplet: 77, 32 and 0F. RGB value is (119,50,15). Sum of RGB (Red+Green+Blue) = 119+50+15=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77320F is #88CDF0. Grayscale: #424242. Windows color (decimal): -8965617 or 995959. OLE color: 995959.

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

Color convert

RGB 119 50 15 -
CMYK 0 0.58 0.87 0.53
HSL 20.19º 0.78% 0.26% -
HSV(B) 20.19º 0.87% 0.47% -
XYZ 8.83 6.24 1.19 -
YUV 66.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 119 50 15 0 0.58 0.87 0.53 20.19 0.78 0.26
Hex 77 32 F 0 3A 57 35 14 4E 1A
Octal 167 62 17 0 72 127 65 24 116 32
Binary 1110111 110010 1111 0 111010 1010111 110101 10100 1001110 11010

Color Harmonies of #77320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77320F

Black with #77320F

Text Example


Text Example

White with #77320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77320F; }

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

 H1.HeaderClassName
 {
   color: #77320F;
 }
 .AnyTagClassName
 {
   color: #77320F;
 }
</style>

background-color css

<style>
 a { background-color: #77320F; }

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

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

border-color css

<style>
 span { border-color: #77320F; }

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

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