Html Css Color HEX #763002 Peru Tan

📋 copy color: '#763002'

red 118 ◦ green 48 ◦ blue 2

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

Shades of Peru Tan #763002

Tints of Peru Tan #763002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.19%

R = 70.24%
G = 28.57%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763002 (or 0x763002) is known color: Peru Tan. HEX triplet: 76, 30 and 02. RGB value is (118,48,2). Sum of RGB (Red+Green+Blue) = 118+48+2=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #763002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763002 is #89CFFD. Grayscale: #3F3F3F. Windows color (decimal): -9031678 or 143478. OLE color: 143478.

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

Color convert

RGB 118 48 2 -
CMYK 0 0.59 0.98 0.54
HSL 23.79º 0.97% 0.24% -
HSV(B) 23.79º 0.98% 0.46% -
XYZ 8.54 5.97 0.76 -
YUV 63.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 118 48 2 0 0.59 0.98 0.54 23.79 0.97 0.24
Hex 76 30 2 0 3B 62 36 18 61 18
Octal 166 60 2 0 73 142 66 30 141 30
Binary 1110110 110000 10 0 111011 1100010 110110 11000 1100001 11000

Color Harmonies of #763002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763002

Black with #763002

Text Example


Text Example

White with #763002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763002; }

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

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

background-color css

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

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

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

border-color css

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

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

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