Html Css Color HEX #773608 Peru Tan

📋 copy color: '#773608'

red 119 ◦ green 54 ◦ blue 8

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

Shades of Peru Tan #773608

Tints of Peru Tan #773608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 65.75%
G = 29.83%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#773608 (or 0x773608) is known color: Peru Tan. HEX triplet: 77, 36 and 08. RGB value is (119,54,8). Sum of RGB (Red+Green+Blue) = 119+54+8=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #773608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773608 is #88C9F7. Grayscale: #444444. Windows color (decimal): -8964600 or 538231. OLE color: 538231.

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

Color convert

RGB 119 54 8 -
CMYK 0 0.55 0.93 0.53
HSL 24.86º 0.87% 0.25% -
HSV(B) 24.86º 0.93% 0.47% -
XYZ 8.97 6.58 1.03 -
YUV 68.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 119 54 8 0 0.55 0.93 0.53 24.86 0.87 0.25
Hex 77 36 8 0 37 5D 35 19 57 19
Octal 167 66 10 0 67 135 65 31 127 31
Binary 1110111 110110 1000 0 110111 1011101 110101 11001 1010111 11001

Color Harmonies of #773608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773608

Black with #773608

Text Example


Text Example

White with #773608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773608; }

 p { color: rgb(119,54,8); }

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

background-color css

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

 a { background-color: rgb(119,54,8); }

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

border-color css

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

 span { border-color: rgb(119,54,8); }

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