Html Css Color HEX #772A0A Peru Tan

📋 copy color: '#772A0A'

red 119 ◦ green 42 ◦ blue 10

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

Shades of Peru Tan #772A0A

Tints of Peru Tan #772A0A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.56%

 BLUE value IS 10 (4.3% from 255) = 5.85%

R = 69.59%
G = 24.56%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#772A0A (or 0x772A0A) is known color: Peru Tan. HEX triplet: 77, 2A and 0A. RGB value is (119,42,10). Sum of RGB (Red+Green+Blue) = 119+42+10=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A0A is #88D5F5. Grayscale: #3D3D3D. Windows color (decimal): -8967670 or 666231. OLE color: 666231.

HSL color Cylindrical-coordinate representation of color #772A0A: hue angle of 17.61º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #772A0A is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 10 -
CMYK 0 0.65 0.92 0.53
HSL 17.61º 0.84% 0.25% -
HSV(B) 17.61º 0.92% 0.47% -
XYZ 8.49 5.6 0.92 -
YUV 61.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 119 42 10 0 0.65 0.92 0.53 17.61 0.84 0.25
Hex 77 2A A 0 41 5C 35 12 54 19
Octal 167 52 12 0 101 134 65 22 124 31
Binary 1110111 101010 1010 0 1000001 1011100 110101 10010 1010100 11001

Color Harmonies of #772A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A0A

Black with #772A0A

Text Example


Text Example

White with #772A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,42,10); }

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

background-color css

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

 a { background-color: rgb(119,42,10); }

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

border-color css

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

 span { border-color: rgb(119,42,10); }

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