Html Css Color HEX #772A0F Peru Tan

📋 copy color: '#772A0F'

red 119 ◦ green 42 ◦ blue 15

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

Shades of Peru Tan #772A0F

Tints of Peru Tan #772A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 67.61%
G = 23.86%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#772A0F (or 0x772A0F) is known color: Peru Tan. HEX triplet: 77, 2A and 0F. RGB value is (119,42,15). Sum of RGB (Red+Green+Blue) = 119+42+15=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A0F is #88D5F0. Grayscale: #3E3E3E. Windows color (decimal): -8967665 or 993911. OLE color: 993911.

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

Color convert

RGB 119 42 15 -
CMYK 0 0.65 0.87 0.53
HSL 15.58º 0.78% 0.26% -
HSV(B) 15.58º 0.87% 0.47% -
XYZ 8.52 5.61 1.09 -
YUV 61.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 119 42 15 0 0.65 0.87 0.53 15.58 0.78 0.26
Hex 77 2A F 0 41 57 35 10 4E 1A
Octal 167 52 17 0 101 127 65 20 116 32
Binary 1110111 101010 1111 0 1000001 1010111 110101 10000 1001110 11010

Color Harmonies of #772A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A0F

Black with #772A0F

Text Example


Text Example

White with #772A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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