Html Css Color HEX #762D04 Peru Tan

📋 copy color: '#762D04'

red 118 ◦ green 45 ◦ blue 4

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

Shades of Peru Tan #762D04

Tints of Peru Tan #762D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.95%

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

R = 70.66%
G = 26.95%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762D04 (or 0x762D04) is known color: Peru Tan. HEX triplet: 76, 2D and 04. RGB value is (118,45,4). Sum of RGB (Red+Green+Blue) = 118+45+4=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D04 is #89D2FB. Grayscale: #3E3E3E. Windows color (decimal): -9032444 or 273782. OLE color: 273782.

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

Color convert

RGB 118 45 4 -
CMYK 0 0.62 0.97 0.54
HSL 21.58º 0.93% 0.24% -
HSV(B) 21.58º 0.97% 0.46% -
XYZ 8.43 5.74 0.78 -
YUV 62.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 118 45 4 0 0.62 0.97 0.54 21.58 0.93 0.24
Hex 76 2D 4 0 3E 61 36 16 5D 18
Octal 166 55 4 0 76 141 66 26 135 30
Binary 1110110 101101 100 0 111110 1100001 110110 10110 1011101 11000

Color Harmonies of #762D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D04

Black with #762D04

Text Example


Text Example

White with #762D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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