Html Css Color HEX #76360C Peru Tan

📋 copy color: '#76360C'

red 118 ◦ green 54 ◦ blue 12

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

Shades of Peru Tan #76360C

Tints of Peru Tan #76360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

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

R = 64.13%
G = 29.35%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76360C (or 0x76360C) is known color: Peru Tan. HEX triplet: 76, 36 and 0C. RGB value is (118,54,12). Sum of RGB (Red+Green+Blue) = 118+54+12=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76360C is #89C9F3. Grayscale: #444444. Windows color (decimal): -9030132 or 800374. OLE color: 800374.

HSL color Cylindrical-coordinate representation of color #76360C: hue angle of 23.77º 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 #76360C is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 12 -
CMYK 0 0.54 0.90 0.54
HSL 23.77º 0.82% 0.25% -
HSV(B) 23.77º 0.9% 0.46% -
XYZ 8.86 6.52 1.14 -
YUV 68.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 118 54 12 0 0.54 0.90 0.54 23.77 0.82 0.25
Hex 76 36 C 0 36 5A 36 18 52 19
Octal 166 66 14 0 66 132 66 30 122 31
Binary 1110110 110110 1100 0 110110 1011010 110110 11000 1010010 11001

Color Harmonies of #76360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76360C

Black with #76360C

Text Example


Text Example

White with #76360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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