Html Css Color HEX #763720 Peru Tan

📋 copy color: '#763720'

red 118 ◦ green 55 ◦ blue 32

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

Shades of Peru Tan #763720

Tints of Peru Tan #763720

RGB

 RED value IS 118 (46.48% from 255) = 57.56%

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

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 57.56%
G = 26.83%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#763720 (or 0x763720) is known color: Peru Tan. HEX triplet: 76, 37 and 20. RGB value is (118,55,32). Sum of RGB (Red+Green+Blue) = 118+55+32=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763720 is #89C8DF. Grayscale: #474747. Windows color (decimal): -9029856 or 2111350. OLE color: 2111350.

HSL color Cylindrical-coordinate representation of color #763720: hue angle of 16.05º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763720 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 32 -
CMYK 0 0.53 0.73 0.54
HSL 16.05º 0.57% 0.29% -
HSV(B) 16.05º 0.73% 0.46% -
XYZ 9.1 6.69 2.18 -
YUV 71.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 118 55 32 0 0.53 0.73 0.54 16.05 0.57 0.29
Hex 76 37 20 0 35 49 36 10 39 1D
Octal 166 67 40 0 65 111 66 20 71 35
Binary 1110110 110111 100000 0 110101 1001001 110110 10000 111001 11101

Color Harmonies of #763720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763720

Black with #763720

Text Example


Text Example

White with #763720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763720; }

 p { color: rgb(118,55,32); }

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

background-color css

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

 a { background-color: rgb(118,55,32); }

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

border-color css

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

 span { border-color: rgb(118,55,32); }

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