Html Css Color HEX #763708 Peru Tan

📋 copy color: '#763708'

red 118 ◦ green 55 ◦ blue 8

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

Shades of Peru Tan #763708

Tints of Peru Tan #763708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 65.19%
G = 30.39%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#763708 (or 0x763708) is known color: Peru Tan. HEX triplet: 76, 37 and 08. RGB value is (118,55,8). Sum of RGB (Red+Green+Blue) = 118+55+8=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #763708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763708 is #89C8F7. Grayscale: #444444. Windows color (decimal): -9029880 or 538486. OLE color: 538486.

HSL color Cylindrical-coordinate representation of color #763708: hue angle of 25.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #763708 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 8 -
CMYK 0 0.53 0.93 0.54
HSL 25.64º 0.87% 0.25% -
HSV(B) 25.64º 0.93% 0.46% -
XYZ 8.88 6.6 1.04 -
YUV 68.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 118 55 8 0 0.53 0.93 0.54 25.64 0.87 0.25
Hex 76 37 8 0 35 5D 36 1A 57 19
Octal 166 67 10 0 65 135 66 32 127 31
Binary 1110110 110111 1000 0 110101 1011101 110110 11010 1010111 11001

Color Harmonies of #763708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763708

Black with #763708

Text Example


Text Example

White with #763708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763708; }

 p { color: rgb(118,55,8); }

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

background-color css

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

 a { background-color: rgb(118,55,8); }

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

border-color css

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

 span { border-color: rgb(118,55,8); }

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