Html Css Color HEX #772A02 Peru Tan

📋 copy color: '#772A02'

red 119 ◦ green 42 ◦ blue 2

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

Shades of Peru Tan #772A02

Tints of Peru Tan #772A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 73.01%
G = 25.77%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#772A02 (or 0x772A02) is known color: Peru Tan. HEX triplet: 77, 2A and 02. RGB value is (119,42,2). Sum of RGB (Red+Green+Blue) = 119+42+2=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #772A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A02 is #88D5FD. Grayscale: #3C3C3C. Windows color (decimal): -8967678 or 141943. OLE color: 141943.

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

Color convert

RGB 119 42 2 -
CMYK 0 0.65 0.98 0.53
HSL 20.51º 0.97% 0.24% -
HSV(B) 20.51º 0.98% 0.47% -
XYZ 8.45 5.58 0.69 -
YUV 60.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 119 42 2 0 0.65 0.98 0.53 20.51 0.97 0.24
Hex 77 2A 2 0 41 62 35 15 61 18
Octal 167 52 2 0 101 142 65 25 141 30
Binary 1110111 101010 10 0 1000001 1100010 110101 10101 1100001 11000

Color Harmonies of #772A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A02

Black with #772A02

Text Example


Text Example

White with #772A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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