Html Css Color HEX #773008 Peru Tan

📋 copy color: '#773008'

red 119 ◦ green 48 ◦ blue 8

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

Shades of Peru Tan #773008

Tints of Peru Tan #773008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

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

R = 68%
G = 27.43%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#773008 (or 0x773008) is known color: Peru Tan. HEX triplet: 77, 30 and 08. RGB value is (119,48,8). Sum of RGB (Red+Green+Blue) = 119+48+8=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #773008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773008 is #88CFF7. Grayscale: #404040. Windows color (decimal): -8966136 or 536695. OLE color: 536695.

HSL color Cylindrical-coordinate representation of color #773008: hue angle of 21.62º 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 #773008 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 8 -
CMYK 0 0.60 0.93 0.53
HSL 21.62º 0.87% 0.25% -
HSV(B) 21.62º 0.93% 0.47% -
XYZ 8.71 6.05 0.94 -
YUV 64.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 119 48 8 0 0.60 0.93 0.53 21.62 0.87 0.25
Hex 77 30 8 0 3C 5D 35 16 57 19
Octal 167 60 10 0 74 135 65 26 127 31
Binary 1110111 110000 1000 0 111100 1011101 110101 10110 1010111 11001

Color Harmonies of #773008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773008

Black with #773008

Text Example


Text Example

White with #773008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773008; }

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

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

background-color css

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

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

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

border-color css

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

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

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