Html Css Color HEX #763404 Peru Tan

📋 copy color: '#763404'

red 118 ◦ green 52 ◦ blue 4

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

Shades of Peru Tan #763404

Tints of Peru Tan #763404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

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

R = 67.82%
G = 29.89%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#763404 (or 0x763404) is known color: Peru Tan. HEX triplet: 76, 34 and 04. RGB value is (118,52,4). Sum of RGB (Red+Green+Blue) = 118+52+4=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #763404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763404 is #89CBFB. Grayscale: #424242. Windows color (decimal): -9030652 or 275574. OLE color: 275574.

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

Color convert

RGB 118 52 4 -
CMYK 0 0.56 0.97 0.54
HSL 25.26º 0.93% 0.24% -
HSV(B) 25.26º 0.97% 0.46% -
XYZ 8.72 6.32 0.87 -
YUV 66.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 118 52 4 0 0.56 0.97 0.54 25.26 0.93 0.24
Hex 76 34 4 0 38 61 36 19 5D 18
Octal 166 64 4 0 70 141 66 31 135 30
Binary 1110110 110100 100 0 111000 1100001 110110 11001 1011101 11000

Color Harmonies of #763404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763404

Black with #763404

Text Example


Text Example

White with #763404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763404; }

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

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

background-color css

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

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

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

border-color css

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

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

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