Html Css Color HEX #763000 Peru Tan

📋 copy color: '#763000'

red 118 ◦ green 48 ◦ blue 0

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

Shades of Peru Tan #763000

Tints of Peru Tan #763000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.08%
G = 28.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#763000 (or 0x763000) is known color: Peru Tan. HEX triplet: 76, 30 and 00. RGB value is (118,48,0). Sum of RGB (Red+Green+Blue) = 118+48+0=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #763000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763000 is #89CFFF. Grayscale: #3F3F3F. Windows color (decimal): -9031680 or 12406. OLE color: 12406.

HSL color Cylindrical-coordinate representation of color #763000: hue angle of 24.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #763000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 0 -
CMYK 0 0.59 1 0.54
HSL 24.41º 1% 0.23% -
HSV(B) 24.41º 1% 0.46% -
XYZ 8.53 5.97 0.7 -
YUV 63.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 118 48 0 0 0.59 1 0.54 24.41 1 0.23
Hex 76 30 0 0 3B 64 36 18 64 17
Octal 166 60 0 0 73 144 66 30 144 27
Binary 1110110 110000 0 0 111011 1100100 110110 11000 1100100 10111

Color Harmonies of #763000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763000

Black with #763000

Text Example


Text Example

White with #763000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763000; }

 p { color: rgb(118,48,0); }

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

background-color css

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

 a { background-color: rgb(118,48,0); }

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

border-color css

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

 span { border-color: rgb(118,48,0); }

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