Html Css Color HEX #77310B Peru Tan

📋 copy color: '#77310B'

red 119 ◦ green 49 ◦ blue 11

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

Shades of Peru Tan #77310B

Tints of Peru Tan #77310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

 BLUE value IS 11 (4.69% from 255) = 6.15%

R = 66.48%
G = 27.37%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77310B (or 0x77310B) is known color: Peru Tan. HEX triplet: 77, 31 and 0B. RGB value is (119,49,11). Sum of RGB (Red+Green+Blue) = 119+49+11=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77310B is #88CEF4. Grayscale: #414141. Windows color (decimal): -8965877 or 733559. OLE color: 733559.

HSL color Cylindrical-coordinate representation of color #77310B: hue angle of 21.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77310B is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 11 -
CMYK 0 0.59 0.91 0.53
HSL 21.11º 0.83% 0.25% -
HSV(B) 21.11º 0.91% 0.47% -
XYZ 8.77 6.14 1.04 -
YUV 65.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 119 49 11 0 0.59 0.91 0.53 21.11 0.83 0.25
Hex 77 31 B 0 3B 5B 35 15 53 19
Octal 167 61 13 0 73 133 65 25 123 31
Binary 1110111 110001 1011 0 111011 1011011 110101 10101 1010011 11001

Color Harmonies of #77310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77310B

Black with #77310B

Text Example


Text Example

White with #77310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77310B; }

 p { color: rgb(119,49,11); }

 H1.HeaderClassName
 {
   color: #77310B;
 }
 .AnyTagClassName
 {
   color: #77310B;
 }
</style>

background-color css

<style>
 a { background-color: #77310B; }

 a { background-color: rgb(119,49,11); }

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

border-color css

<style>
 span { border-color: #77310B; }

 span { border-color: rgb(119,49,11); }

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