Html Css Color HEX #764118 Peru Tan

📋 copy color: '#764118'

red 118 ◦ green 65 ◦ blue 24

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

Shades of Peru Tan #764118

Tints of Peru Tan #764118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 57%
G = 31.4%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#764118 (or 0x764118) is known color: Peru Tan. HEX triplet: 76, 41 and 18. RGB value is (118,65,24). Sum of RGB (Red+Green+Blue) = 118+65+24=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764118 is #89BEE7. Grayscale: #4C4C4C. Windows color (decimal): -9027304 or 1589622. OLE color: 1589622.

HSL color Cylindrical-coordinate representation of color #764118: hue angle of 26.17º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #764118 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 24 -
CMYK 0 0.45 0.80 0.54
HSL 26.17º 0.66% 0.28% -
HSV(B) 26.17º 0.8% 0.46% -
XYZ 9.53 7.7 1.85 -
YUV 76.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 118 65 24 0 0.45 0.80 0.54 26.17 0.66 0.28
Hex 76 41 18 0 2D 50 36 1A 42 1C
Octal 166 101 30 0 55 120 66 32 102 34
Binary 1110110 1000001 11000 0 101101 1010000 110110 11010 1000010 11100

Color Harmonies of #764118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764118

Black with #764118

Text Example


Text Example

White with #764118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764118; }

 p { color: rgb(118,65,24); }

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

background-color css

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

 a { background-color: rgb(118,65,24); }

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

border-color css

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

 span { border-color: rgb(118,65,24); }

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