Html Css Color HEX #762D10 Peru Tan

📋 copy color: '#762D10'

red 118 ◦ green 45 ◦ blue 16

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

Shades of Peru Tan #762D10

Tints of Peru Tan #762D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.14%

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

R = 65.92%
G = 25.14%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#762D10 (or 0x762D10) is known color: Peru Tan. HEX triplet: 76, 2D and 10. RGB value is (118,45,16). Sum of RGB (Red+Green+Blue) = 118+45+16=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D10 is #89D2EF. Grayscale: #3F3F3F. Windows color (decimal): -9032432 or 1060214. OLE color: 1060214.

HSL color Cylindrical-coordinate representation of color #762D10: hue angle of 17.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762D10 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 16 -
CMYK 0 0.62 0.86 0.54
HSL 17.06º 0.76% 0.26% -
HSV(B) 17.06º 0.86% 0.46% -
XYZ 8.5 5.77 1.15 -
YUV 63.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 118 45 16 0 0.62 0.86 0.54 17.06 0.76 0.26
Hex 76 2D 10 0 3E 56 36 11 4C 1A
Octal 166 55 20 0 76 126 66 21 114 32
Binary 1110110 101101 10000 0 111110 1010110 110110 10001 1001100 11010

Color Harmonies of #762D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D10

Black with #762D10

Text Example


Text Example

White with #762D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D10; }

 p { color: rgb(118,45,16); }

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

background-color css

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

 a { background-color: rgb(118,45,16); }

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

border-color css

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

 span { border-color: rgb(118,45,16); }

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