Html Css Color HEX #77331A Peru Tan

📋 copy color: '#77331A'

red 119 ◦ green 51 ◦ blue 26

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

Shades of Peru Tan #77331A

Tints of Peru Tan #77331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

 BLUE value IS 26 (10.55% from 255) = 13.27%

R = 60.71%
G = 26.02%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77331A (or 0x77331A) is known color: Peru Tan. HEX triplet: 77, 33 and 1A. RGB value is (119,51,26). Sum of RGB (Red+Green+Blue) = 119+51+26=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77331A is #88CCE5. Grayscale: #444444. Windows color (decimal): -8965350 or 1717111. OLE color: 1717111.

HSL color Cylindrical-coordinate representation of color #77331A: hue angle of 16.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77331A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 26 -
CMYK 0 0.57 0.78 0.53
HSL 16.13º 0.64% 0.28% -
HSV(B) 16.13º 0.78% 0.47% -
XYZ 8.98 6.36 1.73 -
YUV 68.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 119 51 26 0 0.57 0.78 0.53 16.13 0.64 0.28
Hex 77 33 1A 0 39 4E 35 10 40 1C
Octal 167 63 32 0 71 116 65 20 100 34
Binary 1110111 110011 11010 0 111001 1001110 110101 10000 1000000 11100

Color Harmonies of #77331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77331A

Black with #77331A

Text Example


Text Example

White with #77331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77331A; }

 p { color: rgb(119,51,26); }

 H1.HeaderClassName
 {
   color: #77331A;
 }
 .AnyTagClassName
 {
   color: #77331A;
 }
</style>

background-color css

<style>
 a { background-color: #77331A; }

 a { background-color: rgb(119,51,26); }

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

border-color css

<style>
 span { border-color: #77331A; }

 span { border-color: rgb(119,51,26); }

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