Html Css Color HEX #77300C Peru Tan

📋 copy color: '#77300C'

red 119 ◦ green 48 ◦ blue 12

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

Shades of Peru Tan #77300C

Tints of Peru Tan #77300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 66.48%
G = 26.82%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77300C (or 0x77300C) is known color: Peru Tan. HEX triplet: 77, 30 and 0C. RGB value is (119,48,12). Sum of RGB (Red+Green+Blue) = 119+48+12=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77300C is #88CFF3. Grayscale: #414141. Windows color (decimal): -8966132 or 798839. OLE color: 798839.

HSL color Cylindrical-coordinate representation of color #77300C: hue angle of 20.19º 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 #77300C is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 12 -
CMYK 0 0.60 0.90 0.53
HSL 20.19º 0.82% 0.26% -
HSV(B) 20.19º 0.9% 0.47% -
XYZ 8.73 6.06 1.06 -
YUV 65.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 119 48 12 0 0.60 0.90 0.53 20.19 0.82 0.26
Hex 77 30 C 0 3C 5A 35 14 52 1A
Octal 167 60 14 0 74 132 65 24 122 32
Binary 1110111 110000 1100 0 111100 1011010 110101 10100 1010010 11010

Color Harmonies of #77300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77300C

Black with #77300C

Text Example


Text Example

White with #77300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77300C; }

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

 H1.HeaderClassName
 {
   color: #77300C;
 }
 .AnyTagClassName
 {
   color: #77300C;
 }
</style>

background-color css

<style>
 a { background-color: #77300C; }

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

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

border-color css

<style>
 span { border-color: #77300C; }

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

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