Html Css Color HEX #77310C Peru Tan

📋 copy color: '#77310C'

red 119 ◦ green 49 ◦ blue 12

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

Shades of Peru Tan #77310C

Tints of Peru Tan #77310C

RGB

 RED value IS 119 (46.88% from 255) = 66.11%

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 66.11%
G = 27.22%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77310C (or 0x77310C) is known color: Peru Tan. HEX triplet: 77, 31 and 0C. RGB value is (119,49,12). Sum of RGB (Red+Green+Blue) = 119+49+12=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77310C is #88CEF3. Grayscale: #414141. Windows color (decimal): -8965876 or 799095. OLE color: 799095.

HSL color Cylindrical-coordinate representation of color #77310C: hue angle of 20.75º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77310C is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 12 -
CMYK 0 0.59 0.90 0.53
HSL 20.75º 0.82% 0.26% -
HSV(B) 20.75º 0.9% 0.47% -
XYZ 8.77 6.15 1.07 -
YUV 65.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 119 49 12 0 0.59 0.90 0.53 20.75 0.82 0.26
Hex 77 31 C 0 3B 5A 35 15 52 1A
Octal 167 61 14 0 73 132 65 25 122 32
Binary 1110111 110001 1100 0 111011 1011010 110101 10101 1010010 11010

Color Harmonies of #77310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77310C

Black with #77310C

Text Example


Text Example

White with #77310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77310C; }

 p { color: rgb(119,49,12); }

 H1.HeaderClassName
 {
   color: #77310C;
 }
 .AnyTagClassName
 {
   color: #77310C;
 }
</style>

background-color css

<style>
 a { background-color: #77310C; }

 a { background-color: rgb(119,49,12); }

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

border-color css

<style>
 span { border-color: #77310C; }

 span { border-color: rgb(119,49,12); }

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