Html Css Color HEX #762804 Peru Tan

📋 copy color: '#762804'

red 118 ◦ green 40 ◦ blue 4

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

Shades of Peru Tan #762804

Tints of Peru Tan #762804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.47%

R = 72.84%
G = 24.69%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762804 (or 0x762804) is known color: Peru Tan. HEX triplet: 76, 28 and 04. RGB value is (118,40,4). Sum of RGB (Red+Green+Blue) = 118+40+4=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762804 is #89D7FB. Grayscale: #3B3B3B. Windows color (decimal): -9033724 or 272502. OLE color: 272502.

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

Color convert

RGB 118 40 4 -
CMYK 0 0.66 0.97 0.54
HSL 18.95º 0.93% 0.24% -
HSV(B) 18.95º 0.97% 0.46% -
XYZ 8.25 5.38 0.72 -
YUV 59.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 118 40 4 0 0.66 0.97 0.54 18.95 0.93 0.24
Hex 76 28 4 0 42 61 36 13 5D 18
Octal 166 50 4 0 102 141 66 23 135 30
Binary 1110110 101000 100 0 1000010 1100001 110110 10011 1011101 11000

Color Harmonies of #762804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762804

Black with #762804

Text Example


Text Example

White with #762804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762804; }

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

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

background-color css

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

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

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

border-color css

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

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

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