#707767

Color #707767 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #707767

Tints of Willow Grove #707767

Color information

#707767 (or 0x707767) is unknown color: approx Willow Grove. HEX triplet: 70, 77 and 67. RGB value is (112,119,103). Sum of RGB (Red+Green+Blue) = 112+119+103=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #707767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707767 is #8F8898. Grayscale: #737373. Windows color (decimal): -9406617 or 6780784. OLE color: 6780784.

HSL color Cylindrical-coordinate representation of color #707767: hue angle of 86.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707767 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB112119103-
CMYK0.0600.130.53
HSL86.25º7.21%43.53%-
HSV(B)86.25º13.45%46.67%-
XYZ15.7317.6215.4-
YUV115.08121.18125.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=33.53%
G=35.63%
B=30.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121191030.0600.130.5386.257.2143.53
Hex70776760D355672c
Octal160167147601565126754
Binary111000011101111100111110011011101011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707767; }

 p { color: rgb(112,119,103); }

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

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

 a { background-color: rgb(112,119,103); }

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

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

 span { border-color: rgb(112,119,103); }

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