Html Css Color HEX #774223 Peru Tan

📋 copy color: '#774223'

red 119 ◦ green 66 ◦ blue 35

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

Shades of Peru Tan #774223

Tints of Peru Tan #774223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 54.09%
G = 30%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#774223 (or 0x774223) is known color: Peru Tan. HEX triplet: 77, 42 and 23. RGB value is (119,66,35). Sum of RGB (Red+Green+Blue) = 119+66+35=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #774223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774223 is #88BDDC. Grayscale: #4E4E4E. Windows color (decimal): -8961501 or 2310775. OLE color: 2310775.

HSL color Cylindrical-coordinate representation of color #774223: hue angle of 22.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #774223 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 35 -
CMYK 0 0.45 0.71 0.53
HSL 22.14º 0.55% 0.3% -
HSV(B) 22.14º 0.71% 0.47% -
XYZ 9.86 7.94 2.6 -
YUV 78.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 119 66 35 0 0.45 0.71 0.53 22.14 0.55 0.3
Hex 77 42 23 0 2D 47 35 16 37 1E
Octal 167 102 43 0 55 107 65 26 67 36
Binary 1110111 1000010 100011 0 101101 1000111 110101 10110 110111 11110

Color Harmonies of #774223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774223

Black with #774223

Text Example


Text Example

White with #774223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774223; }

 p { color: rgb(119,66,35); }

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

background-color css

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

 a { background-color: rgb(119,66,35); }

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

border-color css

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

 span { border-color: rgb(119,66,35); }

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