Html Css Color HEX #7F361B Peru Tan

📋 copy color: '#7F361B'

red 127 ◦ green 54 ◦ blue 27

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

Shades of Peru Tan #7F361B

Tints of Peru Tan #7F361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 61.06%
G = 25.96%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#7F361B (or 0x7F361B) is known color: Peru Tan. HEX triplet: 7F, 36 and 1B. RGB value is (127,54,27). Sum of RGB (Red+Green+Blue) = 127+54+27=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F361B is #80C9E4. Grayscale: #484848. Windows color (decimal): -8440293 or 1783423. OLE color: 1783423.

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

Color convert

RGB 127 54 27 -
CMYK 0 0.57 0.79 0.50
HSL 16.2º 0.65% 0.3% -
HSV(B) 16.2º 0.79% 0.5% -
XYZ 10.27 7.23 1.89 -
YUV 72.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 127 54 27 0 0.57 0.79 0.50 16.2 0.65 0.3
Hex 7F 36 1B 0 39 4F 32 10 41 1E
Octal 177 66 33 0 71 117 62 20 101 36
Binary 1111111 110110 11011 0 111001 1001111 110010 10000 1000001 11110

Color Harmonies of #7F361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F361B

Black with #7F361B

Text Example


Text Example

White with #7F361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,27); }

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

background-color css

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

 a { background-color: rgb(127,54,27); }

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

border-color css

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

 span { border-color: rgb(127,54,27); }

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