Html Css Color HEX #76371E Peru Tan

📋 copy color: '#76371E'

red 118 ◦ green 55 ◦ blue 30

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

Shades of Peru Tan #76371E

Tints of Peru Tan #76371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 58.13%
G = 27.09%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76371E (or 0x76371E) is known color: Peru Tan. HEX triplet: 76, 37 and 1E. RGB value is (118,55,30). Sum of RGB (Red+Green+Blue) = 118+55+30=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76371E is #89C8E1. Grayscale: #474747. Windows color (decimal): -9029858 or 1980278. OLE color: 1980278.

HSL color Cylindrical-coordinate representation of color #76371E: hue angle of 17.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76371E is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 30 -
CMYK 0 0.53 0.75 0.54
HSL 17.05º 0.59% 0.29% -
HSV(B) 17.05º 0.75% 0.46% -
XYZ 9.07 6.68 2.04 -
YUV 70.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 118 55 30 0 0.53 0.75 0.54 17.05 0.59 0.29
Hex 76 37 1E 0 35 4B 36 11 3B 1D
Octal 166 67 36 0 65 113 66 21 73 35
Binary 1110110 110111 11110 0 110101 1001011 110110 10001 111011 11101

Color Harmonies of #76371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76371E

Black with #76371E

Text Example


Text Example

White with #76371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76371E; }

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

 H1.HeaderClassName
 {
   color: #76371E;
 }
 .AnyTagClassName
 {
   color: #76371E;
 }
</style>

background-color css

<style>
 a { background-color: #76371E; }

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

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

border-color css

<style>
 span { border-color: #76371E; }

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

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