#7D7765

Color #7D7765 Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #7D7765

Tints of Arrowtown #7D7765

Color information

#7D7765 (or 0x7D7765) is unknown color: approx Arrowtown. HEX triplet: 7D, 77 and 65. RGB value is (125,119,101). Sum of RGB (Red+Green+Blue) = 125+119+101=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7765 is #82889A. Grayscale: #767676. Windows color (decimal): -8554651 or 6649725. OLE color: 6649725.

HSL color Cylindrical-coordinate representation of color #7D7765: hue angle of 45º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D7765 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB125119101-
CMYK00.050.190.51
HSL45º10.62%44.31%-
HSV(B)45º19.2%49.02%-
XYZ17.418.4914.96-
YUV118.74117.99132.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=36.23%
G=34.49%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511910100.050.190.514510.6244.31
Hex7D77650513332db2c
Octal175167145052363551354
Binary1111101111011111001010101100111100111011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D7765; }

 p { color: rgb(125,119,101); }

 H1.HeaderClassName
 {
   color: #7D7765;
 }
 .AnyTagClassName
 {
   color: #7D7765;
 }
</style>
background-color css

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

 a { background-color: rgb(125,119,101); }

 div.DivClassName
 {
   background-color: #7D7765;
 }
 .BgClassName
 {
   background-color: #7D7765;
 }
</style>
border-color css

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

 span { border-color: rgb(125,119,101); }

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