Html Css Color HEX #7F340F Peru Tan

📋 copy color: '#7F340F'

red 127 ◦ green 52 ◦ blue 15

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

Shades of Peru Tan #7F340F

Tints of Peru Tan #7F340F

RGB

 RED value IS 127 (50% from 255) = 65.46%

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

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

R = 65.46%
G = 26.8%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F340F (or 0x7F340F) is known color: Peru Tan. HEX triplet: 7F, 34 and 0F. RGB value is (127,52,15). Sum of RGB (Red+Green+Blue) = 127+52+15=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F340F is #80CBF0. Grayscale: #464646. Windows color (decimal): -8440817 or 996479. OLE color: 996479.

HSL color Cylindrical-coordinate representation of color #7F340F: hue angle of 19.82º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F340F is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 52 15 -
CMYK 0 0.59 0.88 0.50
HSL 19.82º 0.79% 0.28% -
HSV(B) 19.82º 0.88% 0.5% -
XYZ 10.07 7 1.27 -
YUV 70.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 127 52 15 0 0.59 0.88 0.50 19.82 0.79 0.28
Hex 7F 34 F 0 3B 58 32 14 4F 1C
Octal 177 64 17 0 73 130 62 24 117 34
Binary 1111111 110100 1111 0 111011 1011000 110010 10100 1001111 11100

Color Harmonies of #7F340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F340F

Black with #7F340F

Text Example


Text Example

White with #7F340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F340F; }

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

 H1.HeaderClassName
 {
   color: #7F340F;
 }
 .AnyTagClassName
 {
   color: #7F340F;
 }
</style>

background-color css

<style>
 a { background-color: #7F340F; }

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

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

border-color css

<style>
 span { border-color: #7F340F; }

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

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