Html Css Color HEX #77421C Peru Tan

📋 copy color: '#77421C'

red 119 ◦ green 66 ◦ blue 28

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

Shades of Peru Tan #77421C

Tints of Peru Tan #77421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 55.87%
G = 30.99%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77421C (or 0x77421C) is known color: Peru Tan. HEX triplet: 77, 42 and 1C. RGB value is (119,66,28). Sum of RGB (Red+Green+Blue) = 119+66+28=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77421C is #88BDE3. Grayscale: #4D4D4D. Windows color (decimal): -8961508 or 1852023. OLE color: 1852023.

HSL color Cylindrical-coordinate representation of color #77421C: hue angle of 25.05º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77421C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 28 -
CMYK 0 0.45 0.76 0.53
HSL 25.05º 0.62% 0.29% -
HSV(B) 25.05º 0.76% 0.47% -
XYZ 9.77 7.9 2.11 -
YUV 77.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 119 66 28 0 0.45 0.76 0.53 25.05 0.62 0.29
Hex 77 42 1C 0 2D 4C 35 19 3E 1D
Octal 167 102 34 0 55 114 65 31 76 35
Binary 1110111 1000010 11100 0 101101 1001100 110101 11001 111110 11101

Color Harmonies of #77421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77421C

Black with #77421C

Text Example


Text Example

White with #77421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,66,28); }

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

background-color css

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

 a { background-color: rgb(119,66,28); }

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

border-color css

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

 span { border-color: rgb(119,66,28); }

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