Html Css Color HEX #762D02 Peru Tan

📋 copy color: '#762D02'

red 118 ◦ green 45 ◦ blue 2

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

Shades of Peru Tan #762D02

Tints of Peru Tan #762D02

RGB

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

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

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

R = 71.52%
G = 27.27%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#762D02 (or 0x762D02) is known color: Peru Tan. HEX triplet: 76, 2D and 02. RGB value is (118,45,2). Sum of RGB (Red+Green+Blue) = 118+45+2=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #762D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D02 is #89D2FD. Grayscale: #3E3E3E. Windows color (decimal): -9032446 or 142710. OLE color: 142710.

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

Color convert

RGB 118 45 2 -
CMYK 0 0.62 0.98 0.54
HSL 22.24º 0.97% 0.24% -
HSV(B) 22.24º 0.98% 0.46% -
XYZ 8.42 5.73 0.72 -
YUV 61.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 118 45 2 0 0.62 0.98 0.54 22.24 0.97 0.24
Hex 76 2D 2 0 3E 62 36 16 61 18
Octal 166 55 2 0 76 142 66 26 141 30
Binary 1110110 101101 10 0 111110 1100010 110110 10110 1100001 11000

Color Harmonies of #762D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D02

Black with #762D02

Text Example


Text Example

White with #762D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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