Html Css Color HEX #77290D Peru Tan

📋 copy color: '#77290D'

red 119 ◦ green 41 ◦ blue 13

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

Shades of Peru Tan #77290D

Tints of Peru Tan #77290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 68.79%
G = 23.7%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77290D (or 0x77290D) is known color: Peru Tan. HEX triplet: 77, 29 and 0D. RGB value is (119,41,13). Sum of RGB (Red+Green+Blue) = 119+41+13=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #77290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77290D is #88D6F2. Grayscale: #3D3D3D. Windows color (decimal): -8967923 or 862583. OLE color: 862583.

HSL color Cylindrical-coordinate representation of color #77290D: hue angle of 15.85º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77290D is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 13 -
CMYK 0 0.66 0.89 0.53
HSL 15.85º 0.8% 0.26% -
HSV(B) 15.85º 0.89% 0.47% -
XYZ 8.47 5.54 1 -
YUV 61.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 119 41 13 0 0.66 0.89 0.53 15.85 0.8 0.26
Hex 77 29 D 0 42 59 35 10 50 1A
Octal 167 51 15 0 102 131 65 20 120 32
Binary 1110111 101001 1101 0 1000010 1011001 110101 10000 1010000 11010

Color Harmonies of #77290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77290D

Black with #77290D

Text Example


Text Example

White with #77290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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