Html Css Color HEX #77290B Peru Tan

📋 copy color: '#77290B'

red 119 ◦ green 41 ◦ blue 11

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

Shades of Peru Tan #77290B

Tints of Peru Tan #77290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.43%

R = 69.59%
G = 23.98%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77290B (or 0x77290B) is known color: Peru Tan. HEX triplet: 77, 29 and 0B. RGB value is (119,41,11). Sum of RGB (Red+Green+Blue) = 119+41+11=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77290B is #88D6F4. Grayscale: #3D3D3D. Windows color (decimal): -8967925 or 731511. OLE color: 731511.

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

Color convert

RGB 119 41 11 -
CMYK 0 0.66 0.91 0.53
HSL 16.67º 0.83% 0.25% -
HSV(B) 16.67º 0.91% 0.47% -
XYZ 8.46 5.53 0.94 -
YUV 60.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 119 41 11 0 0.66 0.91 0.53 16.67 0.83 0.25
Hex 77 29 B 0 42 5B 35 11 53 19
Octal 167 51 13 0 102 133 65 21 123 31
Binary 1110111 101001 1011 0 1000010 1011011 110101 10001 1010011 11001

Color Harmonies of #77290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77290B

Black with #77290B

Text Example


Text Example

White with #77290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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