Html Css Color HEX #762808 Peru Tan

📋 copy color: '#762808'

red 118 ◦ green 40 ◦ blue 8

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

Shades of Peru Tan #762808

Tints of Peru Tan #762808

RGB

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

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

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

R = 71.08%
G = 24.1%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#762808 (or 0x762808) is known color: Peru Tan. HEX triplet: 76, 28 and 08. RGB value is (118,40,8). Sum of RGB (Red+Green+Blue) = 118+40+8=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762808 is #89D7F7. Grayscale: #3B3B3B. Windows color (decimal): -9033720 or 534646. OLE color: 534646.

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

Color convert

RGB 118 40 8 -
CMYK 0 0.66 0.93 0.54
HSL 17.45º 0.87% 0.25% -
HSV(B) 17.45º 0.93% 0.46% -
XYZ 8.27 5.39 0.83 -
YUV 59.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 118 40 8 0 0.66 0.93 0.54 17.45 0.87 0.25
Hex 76 28 8 0 42 5D 36 11 57 19
Octal 166 50 10 0 102 135 66 21 127 31
Binary 1110110 101000 1000 0 1000010 1011101 110110 10001 1010111 11001

Color Harmonies of #762808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762808

Black with #762808

Text Example


Text Example

White with #762808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762808; }

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

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

background-color css

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

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

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

border-color css

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

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

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