#63707A

Color #63707A Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #63707A

Tints of Mid Grey #63707A

Color information

#63707A (or 0x63707A) is unknown color: approx Mid Grey. HEX triplet: 63, 70 and 7A. RGB value is (99,112,122). Sum of RGB (Red+Green+Blue) = 99+112+122=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #63707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63707A is #9C8F85. Grayscale: #6D6D6D. Windows color (decimal): -10260358 or 8024163. OLE color: 8024163.

HSL color Cylindrical-coordinate representation of color #63707A: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63707A is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB99112122-
CMYK0.190.0800.52
HSL206.09º10.41%43.33%-
HSV(B)206.09º18.85%47.84%-
XYZ14.4515.6520.67-
YUV109.25135.19120.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=29.73%
G=33.63%
B=36.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991121220.190.0800.52206.0910.4143.33
Hex63707A138034cea2b
Octal14316017223100643161253
Binary1100011111000011110101001110000110100110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63707A; }

 p { color: rgb(99,112,122); }

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

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

 a { background-color: rgb(99,112,122); }

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

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

 span { border-color: rgb(99,112,122); }

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