Html Css Color HEX #77280D Peru Tan

📋 copy color: '#77280D'

red 119 ◦ green 40 ◦ blue 13

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

Shades of Peru Tan #77280D

Tints of Peru Tan #77280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.26%

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 69.19%
G = 23.26%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77280D (or 0x77280D) is known color: Peru Tan. HEX triplet: 77, 28 and 0D. RGB value is (119,40,13). Sum of RGB (Red+Green+Blue) = 119+40+13=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77280D is #88D7F2. Grayscale: #3C3C3C. Windows color (decimal): -8968179 or 862327. OLE color: 862327.

HSL color Cylindrical-coordinate representation of color #77280D: hue angle of 15.28º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77280D is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 13 -
CMYK 0 0.66 0.89 0.53
HSL 15.28º 0.8% 0.26% -
HSV(B) 15.28º 0.89% 0.47% -
XYZ 8.44 5.47 0.99 -
YUV 60.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 119 40 13 0 0.66 0.89 0.53 15.28 0.8 0.26
Hex 77 28 D 0 42 59 35 F 50 1A
Octal 167 50 15 0 102 131 65 17 120 32
Binary 1110111 101000 1101 0 1000010 1011001 110101 1111 1010000 11010

Color Harmonies of #77280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77280D

Black with #77280D

Text Example


Text Example

White with #77280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77280D; }

 p { color: rgb(119,40,13); }

 H1.HeaderClassName
 {
   color: #77280D;
 }
 .AnyTagClassName
 {
   color: #77280D;
 }
</style>

background-color css

<style>
 a { background-color: #77280D; }

 a { background-color: rgb(119,40,13); }

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

border-color css

<style>
 span { border-color: #77280D; }

 span { border-color: rgb(119,40,13); }

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