Html Css Color HEX #772F0C Peru Tan

📋 copy color: '#772F0C'

red 119 ◦ green 47 ◦ blue 12

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

Shades of Peru Tan #772F0C

Tints of Peru Tan #772F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 66.85%
G = 26.4%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#772F0C (or 0x772F0C) is known color: Peru Tan. HEX triplet: 77, 2F and 0C. RGB value is (119,47,12). Sum of RGB (Red+Green+Blue) = 119+47+12=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #772F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F0C is #88D0F3. Grayscale: #404040. Windows color (decimal): -8966388 or 798583. OLE color: 798583.

HSL color Cylindrical-coordinate representation of color #772F0C: hue angle of 19.63º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #772F0C is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 12 -
CMYK 0 0.61 0.90 0.53
HSL 19.63º 0.82% 0.26% -
HSV(B) 19.63º 0.9% 0.47% -
XYZ 8.69 5.98 1.04 -
YUV 64.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 119 47 12 0 0.61 0.90 0.53 19.63 0.82 0.26
Hex 77 2F C 0 3D 5A 35 14 52 1A
Octal 167 57 14 0 75 132 65 24 122 32
Binary 1110111 101111 1100 0 111101 1011010 110101 10100 1010010 11010

Color Harmonies of #772F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F0C

Black with #772F0C

Text Example


Text Example

White with #772F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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