#68727F

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

Shades of Raven #68727F

Tints of Raven #68727F

Color information

#68727F (or 0x68727F) is unknown color: approx Raven. HEX triplet: 68, 72 and 7F. RGB value is (104,114,127). Sum of RGB (Red+Green+Blue) = 104+114+127=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #68727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68727F is #978D80. Grayscale: #707070. Windows color (decimal): -9932161 or 8352360. OLE color: 8352360.

HSL color Cylindrical-coordinate representation of color #68727F: hue angle of 213.91º 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 #68727F is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104114127-
CMYK0.180.1000.50
HSL213.91º9.96%45.29%-
HSV(B)213.91º18.11%49.8%-
XYZ15.5616.5122.45-
YUV112.49136.19121.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 127 (50% from 255) = 36.81%
R=30.14%
G=33.04%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041141270.180.1000.50213.919.9645.29
Hex68727F12A032d6a2d
Octal15016217722120623261255
Binary1101000111001011111111001010100110010110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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