Html Css Color HEX #772C0D Peru Tan

📋 copy color: '#772C0D'

red 119 ◦ green 44 ◦ blue 13

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

Shades of Peru Tan #772C0D

Tints of Peru Tan #772C0D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25%

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

R = 67.61%
G = 25%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#772C0D (or 0x772C0D) is known color: Peru Tan. HEX triplet: 77, 2C and 0D. RGB value is (119,44,13). Sum of RGB (Red+Green+Blue) = 119+44+13=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C0D is #88D3F2. Grayscale: #3F3F3F. Windows color (decimal): -8967155 or 863351. OLE color: 863351.

HSL color Cylindrical-coordinate representation of color #772C0D: hue angle of 17.55º 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 #772C0D is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 13 -
CMYK 0 0.63 0.89 0.53
HSL 17.55º 0.8% 0.26% -
HSV(B) 17.55º 0.89% 0.47% -
XYZ 8.58 5.75 1.04 -
YUV 62.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 119 44 13 0 0.63 0.89 0.53 17.55 0.8 0.26
Hex 77 2C D 0 3F 59 35 12 50 1A
Octal 167 54 15 0 77 131 65 22 120 32
Binary 1110111 101100 1101 0 111111 1011001 110101 10010 1010000 11010

Color Harmonies of #772C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C0D

Black with #772C0D

Text Example


Text Example

White with #772C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C0D; }

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

 H1.HeaderClassName
 {
   color: #772C0D;
 }
 .AnyTagClassName
 {
   color: #772C0D;
 }
</style>

background-color css

<style>
 a { background-color: #772C0D; }

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

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

border-color css

<style>
 span { border-color: #772C0D; }

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

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