Html Css Color HEX #76370F Peru Tan

📋 copy color: '#76370F'

red 118 ◦ green 55 ◦ blue 15

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

Shades of Peru Tan #76370F

Tints of Peru Tan #76370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 62.77%
G = 29.26%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76370F (or 0x76370F) is known color: Peru Tan. HEX triplet: 76, 37 and 0F. RGB value is (118,55,15). Sum of RGB (Red+Green+Blue) = 118+55+15=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76370F is #89C8F0. Grayscale: #454545. Windows color (decimal): -9029873 or 997238. OLE color: 997238.

HSL color Cylindrical-coordinate representation of color #76370F: hue angle of 23.3º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76370F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 15 -
CMYK 0 0.53 0.87 0.54
HSL 23.3º 0.77% 0.26% -
HSV(B) 23.3º 0.87% 0.46% -
XYZ 8.92 6.62 1.26 -
YUV 69.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 118 55 15 0 0.53 0.87 0.54 23.3 0.77 0.26
Hex 76 37 F 0 35 57 36 17 4D 1A
Octal 166 67 17 0 65 127 66 27 115 32
Binary 1110110 110111 1111 0 110101 1010111 110110 10111 1001101 11010

Color Harmonies of #76370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76370F

Black with #76370F

Text Example


Text Example

White with #76370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76370F; }

 p { color: rgb(118,55,15); }

 H1.HeaderClassName
 {
   color: #76370F;
 }
 .AnyTagClassName
 {
   color: #76370F;
 }
</style>

background-color css

<style>
 a { background-color: #76370F; }

 a { background-color: rgb(118,55,15); }

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

border-color css

<style>
 span { border-color: #76370F; }

 span { border-color: rgb(118,55,15); }

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