Html Css Color HEX #764224 Peru Tan

📋 copy color: '#764224'

red 118 ◦ green 66 ◦ blue 36

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

Shades of Peru Tan #764224

Tints of Peru Tan #764224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

 BLUE value IS 36 (14.45% from 255) = 16.36%

R = 53.64%
G = 30%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#764224 (or 0x764224) is known color: Peru Tan. HEX triplet: 76, 42 and 24. RGB value is (118,66,36). Sum of RGB (Red+Green+Blue) = 118+66+36=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764224 is #89BDDB. Grayscale: #4E4E4E. Windows color (decimal): -9027036 or 2376310. OLE color: 2376310.

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

Color convert

RGB 118 66 36 -
CMYK 0 0.44 0.69 0.54
HSL 21.95º 0.53% 0.3% -
HSV(B) 21.95º 0.69% 0.46% -
XYZ 9.74 7.88 2.68 -
YUV 78.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 118 66 36 0 0.44 0.69 0.54 21.95 0.53 0.3
Hex 76 42 24 0 2C 45 36 16 35 1E
Octal 166 102 44 0 54 105 66 26 65 36
Binary 1110110 1000010 100100 0 101100 1000101 110110 10110 110101 11110

Color Harmonies of #764224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764224

Black with #764224

Text Example


Text Example

White with #764224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764224; }

 p { color: rgb(118,66,36); }

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

background-color css

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

 a { background-color: rgb(118,66,36); }

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

border-color css

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

 span { border-color: rgb(118,66,36); }

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