Html Css Color HEX #76370A Peru Tan

📋 copy color: '#76370A'

red 118 ◦ green 55 ◦ blue 10

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

Shades of Peru Tan #76370A

Tints of Peru Tan #76370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 64.48%
G = 30.05%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76370A (or 0x76370A) is known color: Peru Tan. HEX triplet: 76, 37 and 0A. RGB value is (118,55,10). Sum of RGB (Red+Green+Blue) = 118+55+10=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76370A is #89C8F5. Grayscale: #444444. Windows color (decimal): -9029878 or 669558. OLE color: 669558.

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

Color convert

RGB 118 55 10 -
CMYK 0 0.53 0.92 0.54
HSL 25º 0.84% 0.25% -
HSV(B) 25º 0.92% 0.46% -
XYZ 8.89 6.61 1.09 -
YUV 68.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 118 55 10 0 0.53 0.92 0.54 25 0.84 0.25
Hex 76 37 A 0 35 5C 36 19 54 19
Octal 166 67 12 0 65 134 66 31 124 31
Binary 1110110 110111 1010 0 110101 1011100 110110 11001 1010100 11001

Color Harmonies of #76370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76370A

Black with #76370A

Text Example


Text Example

White with #76370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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