Html Css Color HEX #772F02 Peru Tan

📋 copy color: '#772F02'

red 119 ◦ green 47 ◦ blue 2

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

Shades of Peru Tan #772F02

Tints of Peru Tan #772F02

RGB

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

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

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

R = 70.83%
G = 27.98%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#772F02 (or 0x772F02) is known color: Peru Tan. HEX triplet: 77, 2F and 02. RGB value is (119,47,2). Sum of RGB (Red+Green+Blue) = 119+47+2=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #772F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F02 is #88D0FD. Grayscale: #3F3F3F. Windows color (decimal): -8966398 or 143223. OLE color: 143223.

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

Color convert

RGB 119 47 2 -
CMYK 0 0.61 0.98 0.53
HSL 23.08º 0.97% 0.24% -
HSV(B) 23.08º 0.98% 0.47% -
XYZ 8.64 5.96 0.75 -
YUV 63.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 119 47 2 0 0.61 0.98 0.53 23.08 0.97 0.24
Hex 77 2F 2 0 3D 62 35 17 61 18
Octal 167 57 2 0 75 142 65 27 141 30
Binary 1110111 101111 10 0 111101 1100010 110101 10111 1100001 11000

Color Harmonies of #772F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F02

Black with #772F02

Text Example


Text Example

White with #772F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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