Html Css Color HEX #762C07 Peru Tan

📋 copy color: '#762C07'

red 118 ◦ green 44 ◦ blue 7

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

Shades of Peru Tan #762C07

Tints of Peru Tan #762C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.14%

R = 69.82%
G = 26.04%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#762C07 (or 0x762C07) is known color: Peru Tan. HEX triplet: 76, 2C and 07. RGB value is (118,44,7). Sum of RGB (Red+Green+Blue) = 118+44+7=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #762C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C07 is #89D3F8. Grayscale: #3E3E3E. Windows color (decimal): -9032697 or 470134. OLE color: 470134.

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

Color convert

RGB 118 44 7 -
CMYK 0 0.63 0.94 0.54
HSL 20º 0.89% 0.25% -
HSV(B) 20º 0.94% 0.46% -
XYZ 8.41 5.67 0.85 -
YUV 61.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 118 44 7 0 0.63 0.94 0.54 20 0.89 0.25
Hex 76 2C 7 0 3F 5E 36 14 59 19
Octal 166 54 7 0 77 136 66 24 131 31
Binary 1110110 101100 111 0 111111 1011110 110110 10100 1011001 11001

Color Harmonies of #762C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C07

Black with #762C07

Text Example


Text Example

White with #762C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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