Html Css Color HEX #763719 Peru Tan

📋 copy color: '#763719'

red 118 ◦ green 55 ◦ blue 25

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

Shades of Peru Tan #763719

Tints of Peru Tan #763719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.78%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 59.6%
G = 27.78%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#763719 (or 0x763719) is known color: Peru Tan. HEX triplet: 76, 37 and 19. RGB value is (118,55,25). Sum of RGB (Red+Green+Blue) = 118+55+25=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #763719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763719 is #89C8E6. Grayscale: #464646. Windows color (decimal): -9029863 or 1652598. OLE color: 1652598.

HSL color Cylindrical-coordinate representation of color #763719: hue angle of 19.35º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #763719 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 25 -
CMYK 0 0.53 0.79 0.54
HSL 19.35º 0.65% 0.28% -
HSV(B) 19.35º 0.79% 0.46% -
XYZ 9.01 6.65 1.73 -
YUV 70.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 118 55 25 0 0.53 0.79 0.54 19.35 0.65 0.28
Hex 76 37 19 0 35 4F 36 13 41 1C
Octal 166 67 31 0 65 117 66 23 101 34
Binary 1110110 110111 11001 0 110101 1001111 110110 10011 1000001 11100

Color Harmonies of #763719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763719

Black with #763719

Text Example


Text Example

White with #763719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763719; }

 p { color: rgb(118,55,25); }

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

background-color css

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

 a { background-color: rgb(118,55,25); }

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

border-color css

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

 span { border-color: rgb(118,55,25); }

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