Html Css Color HEX #77381D Peru Tan

📋 copy color: '#77381D'

red 119 ◦ green 56 ◦ blue 29

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

Shades of Peru Tan #77381D

Tints of Peru Tan #77381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.45%

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 58.33%
G = 27.45%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77381D (or 0x77381D) is known color: Peru Tan. HEX triplet: 77, 38 and 1D. RGB value is (119,56,29). Sum of RGB (Red+Green+Blue) = 119+56+29=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77381D is #88C7E2. Grayscale: #474747. Windows color (decimal): -8964067 or 1914999. OLE color: 1914999.

HSL color Cylindrical-coordinate representation of color #77381D: hue angle of 18º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77381D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 29 -
CMYK 0 0.53 0.76 0.53
HSL 18º 0.61% 0.29% -
HSV(B) 18º 0.76% 0.47% -
XYZ 9.24 6.84 2 -
YUV 71.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 119 56 29 0 0.53 0.76 0.53 18 0.61 0.29
Hex 77 38 1D 0 35 4C 35 12 3D 1D
Octal 167 70 35 0 65 114 65 22 75 35
Binary 1110111 111000 11101 0 110101 1001100 110101 10010 111101 11101

Color Harmonies of #77381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77381D

Black with #77381D

Text Example


Text Example

White with #77381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,56,29); }

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

background-color css

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

 a { background-color: rgb(119,56,29); }

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

border-color css

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

 span { border-color: rgb(119,56,29); }

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