Html Css Color HEX #763508 Peru Tan

📋 copy color: '#763508'

red 118 ◦ green 53 ◦ blue 8

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

Shades of Peru Tan #763508

Tints of Peru Tan #763508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.61%

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

R = 65.92%
G = 29.61%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#763508 (or 0x763508) is known color: Peru Tan. HEX triplet: 76, 35 and 08. RGB value is (118,53,8). Sum of RGB (Red+Green+Blue) = 118+53+8=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #763508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763508 is #89CAF7. Grayscale: #434343. Windows color (decimal): -9030392 or 537974. OLE color: 537974.

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

Color convert

RGB 118 53 8 -
CMYK 0 0.55 0.93 0.54
HSL 24.55º 0.87% 0.25% -
HSV(B) 24.55º 0.93% 0.46% -
XYZ 8.79 6.42 1 -
YUV 67.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 118 53 8 0 0.55 0.93 0.54 24.55 0.87 0.25
Hex 76 35 8 0 37 5D 36 19 57 19
Octal 166 65 10 0 67 135 66 31 127 31
Binary 1110110 110101 1000 0 110111 1011101 110110 11001 1010111 11001

Color Harmonies of #763508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763508

Black with #763508

Text Example


Text Example

White with #763508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763508; }

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

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

background-color css

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

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

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

border-color css

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

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

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