Html Css Color HEX #77321B Peru Tan

📋 copy color: '#77321B'

red 119 ◦ green 50 ◦ blue 27

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

Shades of Peru Tan #77321B

Tints of Peru Tan #77321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 60.71%
G = 25.51%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77321B (or 0x77321B) is known color: Peru Tan. HEX triplet: 77, 32 and 1B. RGB value is (119,50,27). Sum of RGB (Red+Green+Blue) = 119+50+27=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77321B is #88CDE4. Grayscale: #444444. Windows color (decimal): -8965605 or 1782391. OLE color: 1782391.

HSL color Cylindrical-coordinate representation of color #77321B: hue angle of 15º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77321B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 27 -
CMYK 0 0.58 0.77 0.53
HSL 15º 0.63% 0.29% -
HSV(B) 15º 0.77% 0.47% -
XYZ 8.95 6.28 1.78 -
YUV 68.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 119 50 27 0 0.58 0.77 0.53 15 0.63 0.29
Hex 77 32 1B 0 3A 4D 35 F 3F 1D
Octal 167 62 33 0 72 115 65 17 77 35
Binary 1110111 110010 11011 0 111010 1001101 110101 1111 111111 11101

Color Harmonies of #77321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77321B

Black with #77321B

Text Example


Text Example

White with #77321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,50,27); }

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

background-color css

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

 a { background-color: rgb(119,50,27); }

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

border-color css

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

 span { border-color: rgb(119,50,27); }

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