Html Css Color HEX #762C10 Peru Tan

📋 copy color: '#762C10'

red 118 ◦ green 44 ◦ blue 16

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

Shades of Peru Tan #762C10

Tints of Peru Tan #762C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.72%

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

R = 66.29%
G = 24.72%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#762C10 (or 0x762C10) is known color: Peru Tan. HEX triplet: 76, 2C and 10. RGB value is (118,44,16). Sum of RGB (Red+Green+Blue) = 118+44+16=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C10 is #89D3EF. Grayscale: #3F3F3F. Windows color (decimal): -9032688 or 1059958. OLE color: 1059958.

HSL color Cylindrical-coordinate representation of color #762C10: hue angle of 16.47º 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 #762C10 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 16 -
CMYK 0 0.63 0.86 0.54
HSL 16.47º 0.76% 0.26% -
HSV(B) 16.47º 0.86% 0.46% -
XYZ 8.47 5.69 1.14 -
YUV 62.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 118 44 16 0 0.63 0.86 0.54 16.47 0.76 0.26
Hex 76 2C 10 0 3F 56 36 10 4C 1A
Octal 166 54 20 0 77 126 66 20 114 32
Binary 1110110 101100 10000 0 111111 1010110 110110 10000 1001100 11010

Color Harmonies of #762C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C10

Black with #762C10

Text Example


Text Example

White with #762C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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