Html Css Color HEX #77290C Peru Tan

📋 copy color: '#77290C'

red 119 ◦ green 41 ◦ blue 12

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

Shades of Peru Tan #77290C

Tints of Peru Tan #77290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

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

R = 69.19%
G = 23.84%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77290C (or 0x77290C) is known color: Peru Tan. HEX triplet: 77, 29 and 0C. RGB value is (119,41,12). Sum of RGB (Red+Green+Blue) = 119+41+12=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77290C is #88D6F3. Grayscale: #3D3D3D. Windows color (decimal): -8967924 or 797047. OLE color: 797047.

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

Color convert

RGB 119 41 12 -
CMYK 0 0.66 0.90 0.53
HSL 16.26º 0.82% 0.26% -
HSV(B) 16.26º 0.9% 0.47% -
XYZ 8.47 5.53 0.97 -
YUV 61.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 119 41 12 0 0.66 0.90 0.53 16.26 0.82 0.26
Hex 77 29 C 0 42 5A 35 10 52 1A
Octal 167 51 14 0 102 132 65 20 122 32
Binary 1110111 101001 1100 0 1000010 1011010 110101 10000 1010010 11010

Color Harmonies of #77290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77290C

Black with #77290C

Text Example


Text Example

White with #77290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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