Html Css Color HEX #76340F Peru Tan

📋 copy color: '#76340F'

red 118 ◦ green 52 ◦ blue 15

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

Shades of Peru Tan #76340F

Tints of Peru Tan #76340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 63.78%
G = 28.11%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76340F (or 0x76340F) is known color: Peru Tan. HEX triplet: 76, 34 and 0F. RGB value is (118,52,15). Sum of RGB (Red+Green+Blue) = 118+52+15=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76340F is #89CBF0. Grayscale: #434343. Windows color (decimal): -9030641 or 996470. OLE color: 996470.

HSL color Cylindrical-coordinate representation of color #76340F: hue angle of 21.55º 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 #76340F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 15 -
CMYK 0 0.56 0.87 0.54
HSL 21.55º 0.77% 0.26% -
HSV(B) 21.55º 0.87% 0.46% -
XYZ 8.79 6.34 1.21 -
YUV 67.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 118 52 15 0 0.56 0.87 0.54 21.55 0.77 0.26
Hex 76 34 F 0 38 57 36 16 4D 1A
Octal 166 64 17 0 70 127 66 26 115 32
Binary 1110110 110100 1111 0 111000 1010111 110110 10110 1001101 11010

Color Harmonies of #76340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76340F

Black with #76340F

Text Example


Text Example

White with #76340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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