Html Css Color HEX #762C09 Peru Tan

📋 copy color: '#762C09'

red 118 ◦ green 44 ◦ blue 9

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

Shades of Peru Tan #762C09

Tints of Peru Tan #762C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 69.01%
G = 25.73%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#762C09 (or 0x762C09) is known color: Peru Tan. HEX triplet: 76, 2C and 09. RGB value is (118,44,9). Sum of RGB (Red+Green+Blue) = 118+44+9=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #762C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C09 is #89D3F6. Grayscale: #3E3E3E. Windows color (decimal): -9032695 or 601206. OLE color: 601206.

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

Color convert

RGB 118 44 9 -
CMYK 0 0.63 0.92 0.54
HSL 19.27º 0.86% 0.25% -
HSV(B) 19.27º 0.92% 0.46% -
XYZ 8.42 5.67 0.91 -
YUV 62.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 118 44 9 0 0.63 0.92 0.54 19.27 0.86 0.25
Hex 76 2C 9 0 3F 5C 36 13 56 19
Octal 166 54 11 0 77 134 66 23 126 31
Binary 1110110 101100 1001 0 111111 1011100 110110 10011 1010110 11001

Color Harmonies of #762C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C09

Black with #762C09

Text Example


Text Example

White with #762C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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