Html Css Color HEX #762904 Peru Tan

📋 copy color: '#762904'

red 118 ◦ green 41 ◦ blue 4

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

Shades of Peru Tan #762904

Tints of Peru Tan #762904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

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

R = 72.39%
G = 25.15%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762904 (or 0x762904) is known color: Peru Tan. HEX triplet: 76, 29 and 04. RGB value is (118,41,4). Sum of RGB (Red+Green+Blue) = 118+41+4=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #762904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762904 is #89D6FB. Grayscale: #3C3C3C. Windows color (decimal): -9033468 or 272758. OLE color: 272758.

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

Color convert

RGB 118 41 4 -
CMYK 0 0.65 0.97 0.54
HSL 19.47º 0.93% 0.24% -
HSV(B) 19.47º 0.97% 0.46% -
XYZ 8.29 5.45 0.73 -
YUV 59.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 118 41 4 0 0.65 0.97 0.54 19.47 0.93 0.24
Hex 76 29 4 0 41 61 36 13 5D 18
Octal 166 51 4 0 101 141 66 23 135 30
Binary 1110110 101001 100 0 1000001 1100001 110110 10011 1011101 11000

Color Harmonies of #762904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762904

Black with #762904

Text Example


Text Example

White with #762904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762904; }

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

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

background-color css

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

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

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

border-color css

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

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

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