Html Css Color HEX #762A0E Peru Tan

📋 copy color: '#762A0E'

red 118 ◦ green 42 ◦ blue 14

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

Shades of Peru Tan #762A0E

Tints of Peru Tan #762A0E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.14%

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

R = 67.82%
G = 24.14%
B = 8.05%

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

#762A0E (or 0x762A0E) is known color: Peru Tan. HEX triplet: 76, 2A and 0E. RGB value is (118,42,14). Sum of RGB (Red+Green+Blue) = 118+42+14=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A0E is #89D5F1. Grayscale: #3D3D3D. Windows color (decimal): -9033202 or 928374. OLE color: 928374.

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

Color convert

RGB 118 42 14 -
CMYK 0 0.64 0.88 0.54
HSL 16.15º 0.79% 0.26% -
HSV(B) 16.15º 0.88% 0.46% -
XYZ 8.38 5.54 1.04 -
YUV 61.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 118 42 14 0 0.64 0.88 0.54 16.15 0.79 0.26
Hex 76 2A E 0 40 58 36 10 4F 1A
Octal 166 52 16 0 100 130 66 20 117 32
Binary 1110110 101010 1110 0 1000000 1011000 110110 10000 1001111 11010

Color Harmonies of #762A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A0E

Black with #762A0E

Text Example


Text Example

White with #762A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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