Html Css Color HEX #762C0D Peru Tan

📋 copy color: '#762C0D'

red 118 ◦ green 44 ◦ blue 13

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

Shades of Peru Tan #762C0D

Tints of Peru Tan #762C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 67.43%
G = 25.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#762C0D (or 0x762C0D) is known color: Peru Tan. HEX triplet: 76, 2C and 0D. RGB value is (118,44,13). Sum of RGB (Red+Green+Blue) = 118+44+13=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C0D is #89D3F2. Grayscale: #3E3E3E. Windows color (decimal): -9032691 or 863350. OLE color: 863350.

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

Color convert

RGB 118 44 13 -
CMYK 0 0.63 0.89 0.54
HSL 17.71º 0.8% 0.26% -
HSV(B) 17.71º 0.89% 0.46% -
XYZ 8.44 5.68 1.03 -
YUV 62.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 118 44 13 0 0.63 0.89 0.54 17.71 0.8 0.26
Hex 76 2C D 0 3F 59 36 12 50 1A
Octal 166 54 15 0 77 131 66 22 120 32
Binary 1110110 101100 1101 0 111111 1011001 110110 10010 1010000 11010

Color Harmonies of #762C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C0D

Black with #762C0D

Text Example


Text Example

White with #762C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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