Html Css Color HEX #773710 Peru Tan

📋 copy color: '#773710'

red 119 ◦ green 55 ◦ blue 16

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

Shades of Peru Tan #773710

Tints of Peru Tan #773710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 16 (6.64% from 255) = 8.42%

R = 62.63%
G = 28.95%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#773710 (or 0x773710) is known color: Peru Tan. HEX triplet: 77, 37 and 10. RGB value is (119,55,16). Sum of RGB (Red+Green+Blue) = 119+55+16=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #773710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773710 is #88C8EF. Grayscale: #454545. Windows color (decimal): -8964336 or 1062775. OLE color: 1062775.

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

Color convert

RGB 119 55 16 -
CMYK 0 0.54 0.87 0.53
HSL 22.72º 0.76% 0.26% -
HSV(B) 22.72º 0.87% 0.47% -
XYZ 9.07 6.69 1.3 -
YUV 69.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 119 55 16 0 0.54 0.87 0.53 22.72 0.76 0.26
Hex 77 37 10 0 36 57 35 17 4C 1A
Octal 167 67 20 0 66 127 65 27 114 32
Binary 1110111 110111 10000 0 110110 1010111 110101 10111 1001100 11010

Color Harmonies of #773710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773710

Black with #773710

Text Example


Text Example

White with #773710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773710; }

 p { color: rgb(119,55,16); }

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

background-color css

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

 a { background-color: rgb(119,55,16); }

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

border-color css

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

 span { border-color: rgb(119,55,16); }

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