#68747F

Color #68747F Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #68747F

Tints of Raven #68747F

Color information

#68747F (or 0x68747F) is unknown color: approx Raven. HEX triplet: 68, 74 and 7F. RGB value is (104,116,127). Sum of RGB (Red+Green+Blue) = 104+116+127=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #68747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68747F is #978B80. Grayscale: #717171. Windows color (decimal): -9931649 or 8352872. OLE color: 8352872.

HSL color Cylindrical-coordinate representation of color #68747F: hue angle of 208.7º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68747F is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104116127-
CMYK0.180.0900.50
HSL208.7º9.96%45.29%-
HSV(B)208.7º18.11%49.8%-
XYZ15.7916.9722.52-
YUV113.67135.52121.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 127 (50% from 255) = 36.60%
R=29.97%
G=33.43%
B=36.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041161270.180.0900.50208.79.9645.29
Hex68747F129032d1a2d
Octal15016417722110623211255
Binary1101000111010011111111001010010110010110100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68747F; }

 p { color: rgb(104,116,127); }

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

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

 a { background-color: rgb(104,116,127); }

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

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

 span { border-color: rgb(104,116,127); }

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