Html Css Color HEX #772F03 Peru Tan

📋 copy color: '#772F03'

red 119 ◦ green 47 ◦ blue 3

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

Shades of Peru Tan #772F03

Tints of Peru Tan #772F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.81%

 BLUE value IS 3 (1.56% from 255) = 1.78%

R = 70.41%
G = 27.81%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772F03 (or 0x772F03) is known color: Peru Tan. HEX triplet: 77, 2F and 03. RGB value is (119,47,3). Sum of RGB (Red+Green+Blue) = 119+47+3=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F03 is #88D0FC. Grayscale: #3F3F3F. Windows color (decimal): -8966397 or 208759. OLE color: 208759.

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

Color convert

RGB 119 47 3 -
CMYK 0 0.61 0.97 0.53
HSL 22.76º 0.95% 0.24% -
HSV(B) 22.76º 0.97% 0.47% -
XYZ 8.64 5.96 0.78 -
YUV 63.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 119 47 3 0 0.61 0.97 0.53 22.76 0.95 0.24
Hex 77 2F 3 0 3D 61 35 17 5F 18
Octal 167 57 3 0 75 141 65 27 137 30
Binary 1110111 101111 11 0 111101 1100001 110101 10111 1011111 11000

Color Harmonies of #772F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F03

Black with #772F03

Text Example


Text Example

White with #772F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,3); }

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

background-color css

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

 a { background-color: rgb(119,47,3); }

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

border-color css

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

 span { border-color: rgb(119,47,3); }

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