Html Css Color HEX #772E0D Peru Tan

📋 copy color: '#772E0D'

red 119 ◦ green 46 ◦ blue 13

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

Shades of Peru Tan #772E0D

Tints of Peru Tan #772E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.84%

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

R = 66.85%
G = 25.84%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#772E0D (or 0x772E0D) is known color: Peru Tan. HEX triplet: 77, 2E and 0D. RGB value is (119,46,13). Sum of RGB (Red+Green+Blue) = 119+46+13=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #772E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772E0D is #88D1F2. Grayscale: #404040. Windows color (decimal): -8966643 or 863863. OLE color: 863863.

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

Color convert

RGB 119 46 13 -
CMYK 0 0.61 0.89 0.53
HSL 18.68º 0.8% 0.26% -
HSV(B) 18.68º 0.89% 0.47% -
XYZ 8.66 5.9 1.06 -
YUV 64.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 119 46 13 0 0.61 0.89 0.53 18.68 0.8 0.26
Hex 77 2E D 0 3D 59 35 13 50 1A
Octal 167 56 15 0 75 131 65 23 120 32
Binary 1110111 101110 1101 0 111101 1011001 110101 10011 1010000 11010

Color Harmonies of #772E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E0D

Black with #772E0D

Text Example


Text Example

White with #772E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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