Html Css Color HEX #762B0E Peru Tan

📋 copy color: '#762B0E'

red 118 ◦ green 43 ◦ blue 14

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

Shades of Peru Tan #762B0E

Tints of Peru Tan #762B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.57%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 67.43%
G = 24.57%
B = 8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#762B0E (or 0x762B0E) is known color: Peru Tan. HEX triplet: 76, 2B and 0E. RGB value is (118,43,14). Sum of RGB (Red+Green+Blue) = 118+43+14=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B0E is #89D4F1. Grayscale: #3E3E3E. Windows color (decimal): -9032946 or 928630. OLE color: 928630.

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

Color convert

RGB 118 43 14 -
CMYK 0 0.64 0.88 0.54
HSL 16.73º 0.79% 0.26% -
HSV(B) 16.73º 0.88% 0.46% -
XYZ 8.41 5.61 1.06 -
YUV 62.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 118 43 14 0 0.64 0.88 0.54 16.73 0.79 0.26
Hex 76 2B E 0 40 58 36 11 4F 1A
Octal 166 53 16 0 100 130 66 21 117 32
Binary 1110110 101011 1110 0 1000000 1011000 110110 10001 1001111 11010

Color Harmonies of #762B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B0E

Black with #762B0E

Text Example


Text Example

White with #762B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,14); }

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

background-color css

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

 a { background-color: rgb(118,43,14); }

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

border-color css

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

 span { border-color: rgb(118,43,14); }

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