Html Css Color HEX #762C05 Peru Tan

📋 copy color: '#762C05'

red 118 ◦ green 44 ◦ blue 5

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

Shades of Peru Tan #762C05

Tints of Peru Tan #762C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.35%

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 70.66%
G = 26.35%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#762C05 (or 0x762C05) is known color: Peru Tan. HEX triplet: 76, 2C and 05. RGB value is (118,44,5). Sum of RGB (Red+Green+Blue) = 118+44+5=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C05 is #89D3FA. Grayscale: #3D3D3D. Windows color (decimal): -9032699 or 339062. OLE color: 339062.

HSL color Cylindrical-coordinate representation of color #762C05: hue angle of 20.71º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #762C05 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 5 -
CMYK 0 0.63 0.96 0.54
HSL 20.71º 0.92% 0.24% -
HSV(B) 20.71º 0.96% 0.46% -
XYZ 8.4 5.66 0.79 -
YUV 61.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 118 44 5 0 0.63 0.96 0.54 20.71 0.92 0.24
Hex 76 2C 5 0 3F 60 36 15 5C 18
Octal 166 54 5 0 77 140 66 25 134 30
Binary 1110110 101100 101 0 111111 1100000 110110 10101 1011100 11000

Color Harmonies of #762C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C05

Black with #762C05

Text Example


Text Example

White with #762C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,5); }

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

background-color css

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

 a { background-color: rgb(118,44,5); }

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

border-color css

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

 span { border-color: rgb(118,44,5); }

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