Html Css Color HEX #763C25 Peru Tan

📋 copy color: '#763C25'

red 118 ◦ green 60 ◦ blue 37

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

Shades of Peru Tan #763C25

Tints of Peru Tan #763C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.91%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 54.88%
G = 27.91%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#763C25 (or 0x763C25) is known color: Peru Tan. HEX triplet: 76, 3C and 25. RGB value is (118,60,37). Sum of RGB (Red+Green+Blue) = 118+60+37=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #763C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C25 is #89C3DA. Grayscale: #4A4A4A. Windows color (decimal): -9028571 or 2440310. OLE color: 2440310.

HSL color Cylindrical-coordinate representation of color #763C25: hue angle of 17.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763C25 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 37 -
CMYK 0 0.49 0.69 0.54
HSL 17.04º 0.52% 0.3% -
HSV(B) 17.04º 0.69% 0.46% -
XYZ 9.42 7.22 2.65 -
YUV 74.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 118 60 37 0 0.49 0.69 0.54 17.04 0.52 0.3
Hex 76 3C 25 0 31 45 36 11 34 1E
Octal 166 74 45 0 61 105 66 21 64 36
Binary 1110110 111100 100101 0 110001 1000101 110110 10001 110100 11110

Color Harmonies of #763C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C25

Black with #763C25

Text Example


Text Example

White with #763C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C25; }

 p { color: rgb(118,60,37); }

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

background-color css

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

 a { background-color: rgb(118,60,37); }

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

border-color css

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

 span { border-color: rgb(118,60,37); }

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