Html Css Color HEX #77340C Peru Tan

📋 copy color: '#77340C'

red 119 ◦ green 52 ◦ blue 12

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

Shades of Peru Tan #77340C

Tints of Peru Tan #77340C

RGB

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

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

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

R = 65.03%
G = 28.42%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77340C (or 0x77340C) is known color: Peru Tan. HEX triplet: 77, 34 and 0C. RGB value is (119,52,12). Sum of RGB (Red+Green+Blue) = 119+52+12=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77340C is #88CBF3. Grayscale: #434343. Windows color (decimal): -8965108 or 799863. OLE color: 799863.

HSL color Cylindrical-coordinate representation of color #77340C: hue angle of 22.43º 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 #77340C is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 12 -
CMYK 0 0.56 0.90 0.53
HSL 22.43º 0.82% 0.26% -
HSV(B) 22.43º 0.9% 0.47% -
XYZ 8.9 6.4 1.11 -
YUV 67.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 119 52 12 0 0.56 0.90 0.53 22.43 0.82 0.26
Hex 77 34 C 0 38 5A 35 16 52 1A
Octal 167 64 14 0 70 132 65 26 122 32
Binary 1110111 110100 1100 0 111000 1011010 110101 10110 1010010 11010

Color Harmonies of #77340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77340C

Black with #77340C

Text Example


Text Example

White with #77340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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