Html Css Color HEX #762809 Peru Tan

📋 copy color: '#762809'

red 118 ◦ green 40 ◦ blue 9

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

Shades of Peru Tan #762809

Tints of Peru Tan #762809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.95%

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

R = 70.66%
G = 23.95%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#762809 (or 0x762809) is known color: Peru Tan. HEX triplet: 76, 28 and 09. RGB value is (118,40,9). Sum of RGB (Red+Green+Blue) = 118+40+9=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762809 is #89D7F6. Grayscale: #3B3B3B. Windows color (decimal): -9033719 or 600182. OLE color: 600182.

HSL color Cylindrical-coordinate representation of color #762809: hue angle of 17.06º 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 #762809 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 9 -
CMYK 0 0.66 0.92 0.54
HSL 17.06º 0.86% 0.25% -
HSV(B) 17.06º 0.92% 0.46% -
XYZ 8.28 5.39 0.86 -
YUV 59.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 118 40 9 0 0.66 0.92 0.54 17.06 0.86 0.25
Hex 76 28 9 0 42 5C 36 11 56 19
Octal 166 50 11 0 102 134 66 21 126 31
Binary 1110110 101000 1001 0 1000010 1011100 110110 10001 1010110 11001

Color Harmonies of #762809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762809

Black with #762809

Text Example


Text Example

White with #762809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762809; }

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

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

background-color css

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

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

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

border-color css

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

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

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