Html Css Color HEX #772C0B Peru Tan

📋 copy color: '#772C0B'

red 119 ◦ green 44 ◦ blue 11

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

Shades of Peru Tan #772C0B

Tints of Peru Tan #772C0B

RGB

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

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

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

R = 68.39%
G = 25.29%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#772C0B (or 0x772C0B) is known color: Peru Tan. HEX triplet: 77, 2C and 0B. RGB value is (119,44,11). Sum of RGB (Red+Green+Blue) = 119+44+11=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #772C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C0B is #88D3F4. Grayscale: #3E3E3E. Windows color (decimal): -8967157 or 732279. OLE color: 732279.

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

Color convert

RGB 119 44 11 -
CMYK 0 0.63 0.91 0.53
HSL 18.33º 0.83% 0.25% -
HSV(B) 18.33º 0.91% 0.47% -
XYZ 8.57 5.75 0.97 -
YUV 62.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 119 44 11 0 0.63 0.91 0.53 18.33 0.83 0.25
Hex 77 2C B 0 3F 5B 35 12 53 19
Octal 167 54 13 0 77 133 65 22 123 31
Binary 1110111 101100 1011 0 111111 1011011 110101 10010 1010011 11001

Color Harmonies of #772C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C0B

Black with #772C0B

Text Example


Text Example

White with #772C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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