Html Css Color HEX #76390C Peru Tan

📋 copy color: '#76390C'

red 118 ◦ green 57 ◦ blue 12

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

Shades of Peru Tan #76390C

Tints of Peru Tan #76390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 63.1%
G = 30.48%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76390C (or 0x76390C) is known color: Peru Tan. HEX triplet: 76, 39 and 0C. RGB value is (118,57,12). Sum of RGB (Red+Green+Blue) = 118+57+12=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76390C is #89C6F3. Grayscale: #464646. Windows color (decimal): -9029364 or 801142. OLE color: 801142.

HSL color Cylindrical-coordinate representation of color #76390C: hue angle of 25.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76390C is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 12 -
CMYK 0 0.52 0.90 0.54
HSL 25.47º 0.82% 0.25% -
HSV(B) 25.47º 0.9% 0.46% -
XYZ 9 6.8 1.19 -
YUV 70.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 118 57 12 0 0.52 0.90 0.54 25.47 0.82 0.25
Hex 76 39 C 0 34 5A 36 19 52 19
Octal 166 71 14 0 64 132 66 31 122 31
Binary 1110110 111001 1100 0 110100 1011010 110110 11001 1010010 11001

Color Harmonies of #76390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76390C

Black with #76390C

Text Example


Text Example

White with #76390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76390C; }

 p { color: rgb(118,57,12); }

 H1.HeaderClassName
 {
   color: #76390C;
 }
 .AnyTagClassName
 {
   color: #76390C;
 }
</style>

background-color css

<style>
 a { background-color: #76390C; }

 a { background-color: rgb(118,57,12); }

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

border-color css

<style>
 span { border-color: #76390C; }

 span { border-color: rgb(118,57,12); }

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